#include <lemon/maps.h>
Inherits MapBase< M::Key, M::Value >.
Inheritance diagram for NegMap:
Key
and Value
will be inherited from M
. The unary -
operator must be defined for Value
, of course.
Public Member Functions | |
NegMap (const M &_m) | |
Constructor. | |
Related Functions | |
(Note that these are not member functions.) | |
NegMap< M > | negMap (const M &m) |
Returns a NegMap class. |