STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::detail::extract_property_apply< Function > Class Template Reference

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
 

Detailed Description

template<typename Function>
class stapl::detail::extract_property_apply< Function >

Class for extracting a property from a vertex reference and applying the functor to it.

Template Parameters
FunctionFunction object type.

Used by vp_apply() and vp_apply_async() for vertices.


The documentation for this class was generated from the following file: