MT Core (C++)
Core library for replacing C++ standard in project usage
|
An iterator that iterates over values (copies) of each stored element. More...
#include <gen_list.hpp>
Public Member Functions | |
Optional< T > | next () |
Gets the next element. | |
Public Attributes | |
const GenList & | list |
size_t | index = 0 |
An iterator that iterates over values (copies) of each stored element.
Definition at line 235 of file gen_list.hpp.
|
inline |
Gets the next element.
Definition at line 243 of file gen_list.hpp.
size_t mtcore::GenList< T >::ConstIter::index = 0 |
Definition at line 237 of file gen_list.hpp.
const GenList& mtcore::GenList< T >::ConstIter::list |
Definition at line 236 of file gen_list.hpp.