#include <lemon/maps.h>
Key
and Value
will be inherited from M
. The unary -
operator must be defined for Value
, of course.
Definition at line 471 of file maps.h.
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. |
|
|