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