++
operator, and if the iterator leave the last valid item it will be equal to INVALID
. #include <lemon/iterable_maps.h>
Public Member Functions | |
ItemIt (Invalid) | |
Invalid constructor & conversion. | |
ItemIt (const IterableIntMap &map, int value) | |
Creates an iterator with a value. | |
ItemIt & | operator++ () |
Increment operator. |
This constructor initializes the item to be invalid.
ItemIt | ( | const IterableIntMap & | map, | |
int | value | |||
) | [inline] |
Creates an iterator with a value. It iterates on the keys which have the given value.
map | The IterableIntMap | |
value | The value |
ItemIt& operator++ | ( | ) | [inline] |
Increment Operator.