STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::package_container_storage< Container, bool, bool > Class Template Reference

Class which abstract storage of container for package, storing a pointer for a p_object container type and by value for other container types (i.e., proxy). More...

Public Member Functions

 package_container_storage (Container *const ct_ptr)
 
Container * container_ptr (void) const
 

Detailed Description

template<typename Container, bool = is_p_object<Container>::value, bool = is_view<Container>::value>
class stapl::package_container_storage< Container, bool, bool >

Class which abstract storage of container for package, storing a pointer for a p_object container type and by value for other container types (i.e., proxy).


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