|
libhatchet
|
#include <hxflat_map.hpp>
iterator - A mutable random-access iterator that allows modifying the mapped value.
|
inline |
Constructs an end iterator.
|
inline |
|
inline |
Returns an iterator advanced by n positions.
|
inline |
Advances the iterator to the next element (post-increment).
|
inline |
Advances the iterator to the next element.
|
inline |
Advances the iterator by n positions.
|
inline |
Returns the signed distance from x to this position.
|
inline |
Returns an iterator retreated by n positions.
|
inline |
Retreats the iterator to the previous element (post-decrement).
|
inline |
Retreats the iterator to the previous element.
|
inline |
Moves the iterator back by n positions.
|
inline |
Returns a copy of the iterator offset by n positions.
| mapped_t_ & hxflat_map< key_t_, mapped_t_, compare_t_, multi_t_, capacity_ >::iterator::value | ( | void | ) | const |
Returns the mapped value at the current position, allowing mutation.
This is simple so the compiler errors are simple.