STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Vector Traits

Specification of the customizable types of a container that can be changed for a given container instance. More...

+ Collaboration diagram for Vector Traits:

Classes

struct  stapl::vector_base_container_traits< T >
 Default traits for the vector base container. These traits can be changed to customize base containers. More...
 
struct  stapl::vector_traits< T, PS, Mapper >
 Collection of types for vector. More...
 
struct  stapl::container_traits< vector< T, OptionalParams... > >
 Specialization of container_traits for vector. More...
 

Detailed Description

Specification of the customizable types of a container that can be changed for a given container instance.