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 |
Default traits for the array base container. Specifies customizable type parameters that could be changed on a per-container basis.
T | Type of the stored elements in the base container. |
Domain | Domain for the base container. |