Functor object for property map get. This class exists because std::bind can't be used with polymorphic functions and we don't have polymorphic lambdas yet to allow perfect forwarding.
More...
#include <property_map.hpp>
template<class Map>
class paal::utils::property_map_get< Map >
Functor object for property map get. This class exists because std::bind can't be used with polymorphic functions and we don't have polymorphic lambdas yet to allow perfect forwarding.
- Template Parameters
-
Definition at line 35 of file property_map.hpp.
template<class Map >
template<class Key >
operator
- Template Parameters
-
- Parameters
-
- Returns
Definition at line 56 of file property_map.hpp.
The documentation for this class was generated from the following file: