STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::runtime::make_arg_storage< T, R, typename > Struct Template Reference

Argument storage type creation metafunction. More...

Public Types

using type = arg_storage< T >
 

Detailed Description

template<typename T, typename R, typename = void>
struct stapl::runtime::make_arg_storage< T, R, typename >

Argument storage type creation metafunction.

Template Parameters
TStored object type.
RObject retrieval type.

This class provides member typedef type that has a suitable storage type for T when retrieved as R.


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