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

Default traits for the array base container. Specifies customizable type parameters that could be changed on a per-container basis. More...

Public Types

typedef define_value_type< T >::type stored_type
 
typedef std::vector< stored_type > container_type
 
typedef container_type container_constructor
 
typedef T value_type
 
typedef Domain domain_type
 

Detailed Description

template<typename T, typename Domain>
struct stapl::array_base_container_traits< T, Domain >

Default traits for the array base container. Specifies customizable type parameters that could be changed on a per-container basis.

Template Parameters
TType of the stored elements in the base container.
DomainDomain for the base container.
See also
array_base_container

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