![]() |
Yoba Perl
|
Public Member Functions | |
HashIterator (HashIterator &&to_move) | |
Move constructor. | |
Operators | |
HashEntry | operator* () const |
HashIterator & | operator++ () |
HashIterator | operator++ (int) |
HashIterator & | operator+= (SSize_t diff) |
bool | operator== (const HashIterator &other) const |
bool | operator!= (const HashIterator &other) const |
operator bool () const | |
Hash iterator.
Definition at line 26 of file hash_iterator.hpp.