Default traits for the vector base container. These traits can be changed to customize base containers. 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 indexed_domain< size_t > | domain_type |
Default traits for the vector base container. These traits can be changed to customize base containers.
T | Type of the stored elements in the base container. |