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

Work function which applies the given functor to its argument. More...

Public Member Functions

 apply_functor (Functor const &f)
 
template<typename Ref1 >
void operator() (Ref1 x)
 

Public Types

typedef void result_type
 

Detailed Description

template<typename Functor>
struct stapl::apply_functor< Functor >

Work function which applies the given functor to its argument.

Template Parameters
FunctorFunctor to apply to the argument.

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