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