Iterator for the keys mapped to false
. It works like a graph item iterator, it can be converted to the key type of the map, incremented with ++
operator, and if the iterator leaves the last valid key, it will be equal to INVALID
.
#include <lemon/maps.h>
Public Member Functions | |
FalseIt (const IterableBoolMap &map) | |
Creates an iterator. | |
FalseIt (Invalid) | |
Invalid constructor & conversion. | |
FalseIt & | operator++ () |
FalseIt | ( | const IterableBoolMap & | map | ) | [inline, explicit] |
Creates an iterator. It iterates on the keys mapped to false
.
map | The IterableBoolMap. |
This constructor initializes the iterator to be invalid.
FalseIt& operator++ | ( | ) | [inline] |
Increment operator.