Class for extracting a property from a vertex reference and applying the functor to it. More...
Public Member Functions | |
template<typename F > | |
extract_property_apply (F const &f) | |
template<typename V > | |
result_type | operator() (V &&v) const |
template<typename V > | |
result_type | operator() (V &&v) |
Public Types | |
typedef Function::result_type | result_type |
Class for extracting a property from a vertex reference and applying the functor to it.
Function | Function object type. |
Used by vp_apply()
and vp_apply_async()
for vertices.