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_packager_impl< View, bool > Struct Template Reference

Support class of transport_packager polymorphic functor. If the specified argument is a view, store its constituent parts in package and return the package. Otherwise, just return the argument. More...

Static Public Member Functions

static type apply (View &view)
 

Public Types

typedef package< View > type
 

Detailed Description

template<typename View, bool = is_view<View>::value>
struct stapl::transporter_packager_impl< View, bool >

Support class of transport_packager polymorphic functor. If the specified argument is a view, store its constituent parts in package and return the package. Otherwise, just return the argument.


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