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