ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for obtaining the container collection for the provided value typelist and the respective container configuration. More...
#include <container_collection.hpp>
Public Types | |
typedef viennagrid::collection < typename viennagrid::detail::result_of::container_list_from_value_typelist_using_container_config < value_typelist, container_config >::type > | type |
Metafunction for obtaining the container collection for the provided value typelist and the respective container configuration.
value_typelist | A typelist of value types for each container in the collection |
container_config | The configuration of the containers in the collection |
typedef viennagrid::collection< typename viennagrid::detail::result_of::container_list_from_value_typelist_using_container_config< value_typelist, container_config >::type > type |