added List<>::last() function.
This commit is contained in:
parent
cef962490a
commit
8c86a153eb
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user