Key
is inherited from M
and its Value
is bool
.The simplest way of using this map is through the notMap() function.
#include <lemon/maps.h>
Public Member Functions | |
NotMap (const M &m) | |
Constructor. | |
Value | operator[] (const 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. |