#include <lemon/maps.h>
Key
and will be inherited from M
, its Value is bool
.
Public Types | |
typedef M::Key | Key |
| |
typedef bool | Value |
| |
Public Member Functions | |
NotMap (const M &_m) | |
Constructor. | |
Related Functions | |
(Note that these are not member functions.) | |
NotMap< M > | notMap (const M &m) |
Returns a NotMap class. |