STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Reference Function Objects

Function objects that manipulate references to view elements. Defined in stapl/algorithms/functional.hpp. More...

+ Collaboration diagram for Reference Function Objects:

Classes

struct  stapl::wrap_ref< b >
 Functor which returns its argument (which is a reference). More...
 
struct  stapl::wrap_ref< false >
 Functor which wraps its argument in a stapl::proxy using a cref_accessor. More...
 
struct  stapl::pack_ref< b >
 Functor which serializes a reference. More...
 
struct  stapl::pack_ref< false >
 Functor which serializes a reference using a given typer. More...
 

Detailed Description

Function objects that manipulate references to view elements. Defined in stapl/algorithms/functional.hpp.