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