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

Support class of transporter_unpackager polymorphic functor. If the specified argument is a package, invoke the function operator. Otherwise, just return the argument. More...

Static Public Member Functions

static type & apply (View &view)
 
static type & apply (View &&view)
 

Public Types

typedef View type
 

Detailed Description

template<typename View>
struct stapl::transporter_unpackager_impl< View >

Support class of transporter_unpackager polymorphic functor. If the specified argument is a package, invoke the function operator. Otherwise, just return the argument.


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