![]() |
Yoba Perl
|
Public Member Functions | |
ArrayIterator (ArrayIterator &&to_move) | |
Move constructor. | |
Operators | |
Scalar | operator* () const |
ArrayIterator & | operator++ () |
ArrayIterator & | operator-- () |
ArrayIterator | operator++ (int) |
ArrayIterator | operator-- (int) |
ArrayIterator | operator+ (SSize_t diff) const |
ArrayIterator | operator- (SSize_t diff) const |
ArrayIterator & | operator+= (SSize_t diff) |
ArrayIterator & | operator-= (SSize_t diff) |
bool | operator== (const ArrayIterator &other) const |
bool | operator!= (const ArrayIterator &other) const |
Array iterator.
Definition at line 25 of file array_iterator.hpp.