#include <lemon/iterable_maps.h>
++
operator, and if the iterator leave the last valid key it will be equal to INVALID
.
Public Member Functions | |
FalseIt (const IterableBoolMap &_map) | |
Creates an iterator. | |
FalseIt (Invalid) | |
Invalid constructor & conversion. | |
FalseIt & | 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. |