++
operator, and if the iterator leave the last valid key it will be equal to INVALID
. #include <lemon/iterable_maps.h>
Public Member Functions | |
ItemIt (const IterableBoolMap &_map, bool value) | |
Creates an iterator. | |
ItemIt (Invalid) | |
Invalid constructor & conversion. | |
ItemIt & | operator++ () |
Increment operator. |
ItemIt | ( | const IterableBoolMap & | _map, | |
bool | value | |||
) | [inline] |
Creates an iterator. It iterates on the keys which mapped to false.
_map | The IterableIntMap | |
value | Which elements should be iterated. |
This constructor initializes the key to be invalid.
ItemIt& operator++ | ( | ) | [inline] |
Increment Operator.