added List<>::last() function.
This commit is contained in:
@@ -29,6 +29,7 @@ namespace hgl
|
||||
|
||||
T * begin ()const{return data_array.begin();}
|
||||
T * end ()const{return data_array.end();}
|
||||
T * last ()const{return data_array.last();}
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user