STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Classes | Public Member Functions
stapl::composition::simple_wf Struct Reference

Workfunction that receives a view and returns it. Effectively an identify functor. More...

Classes

struct  result
 Nested struct that reflects return type of function operator invocation. More...
 

Public Member Functions

template<typename T >
operator() (T &v)
 

Detailed Description

Workfunction that receives a view and returns it. Effectively an identify functor.

Used in map_func to handle edge case of a location without any elements to process (i.e., return an empty view).


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