#include <lemon/maps.h>
Inherits MapBase< K, V >.
Inheritance diagram for FunctorMap:
Template parameters K
and V
will become its Key
and Value
. They must be given explicitely because a functor does not provide such typedefs.
Parameter F
is the type of the used functor.
Public Member Functions | |
FunctorMap (const F &_f) | |
Constructor. | |
Related Functions | |
(Note that these are not member functions.) | |
FunctorMap< F, K, V > | functorMap (const F &f) |
Returns a FunctorMap class. |