#include <lemon/maps.h>
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.
Definition at line 560 of file maps.h.
Public Member Functions | |
FunctorMap (const F &_f) | |
Constructor. | |
Related Functions | |
(Note that these are not member functions.) | |
FunctorMap< K, V, F > | functorMap (const F &f) |
Returns a FunctorMap class. |
|
|