#include <lemon/maps.h>
Key
and Value
will be inherited from M
. The unary -
operator must be defined for Value
, of course.
Public Types | |
typedef M::Key | Key |
| |
typedef M::Value | Value |
| |
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. |