MT Core (C++)
Core library for replacing C++ standard in project usage
|
Const reference for mutating elements Using custom iterator for speed. More...
#include <segmented_list.hpp>
Public Member Functions | |
Optional< T > | next () |
Gets next item. | |
Public Attributes | |
size_t | index = 0 |
const SegmentedList & | r |
size_t | segmentIndex = 0 |
const Segment * | s |
Const reference for mutating elements Using custom iterator for speed.
Definition at line 125 of file segmented_list.hpp.
|
inline |
Gets next item.
Definition at line 135 of file segmented_list.hpp.
size_t mtcore::SegmentedList< T >::ConstIter::index = 0 |
Definition at line 126 of file segmented_list.hpp.
const SegmentedList& mtcore::SegmentedList< T >::ConstIter::r |
Definition at line 127 of file segmented_list.hpp.
const Segment* mtcore::SegmentedList< T >::ConstIter::s |
Definition at line 129 of file segmented_list.hpp.
size_t mtcore::SegmentedList< T >::ConstIter::segmentIndex = 0 |
Definition at line 128 of file segmented_list.hpp.