Key
is inherited from M
, its Value
is bool
.
#include <lemon/maps.h>
Public Member Functions | |
NotMap (const M &_m) | |
Constructor. | |
Value | operator[] (Key k) const |
| |
Related Functions | |
(Note that these are not member functions.) | |
template<typename M > | |
NotMap< M > | notMap (const M &m) |
Returns a NotMap class. |