ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
container_collection< value_typelist, container_config > Struct Template Reference

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

Detailed Description

template<typename value_typelist, typename container_config>
struct viennagrid::result_of::container_collection< value_typelist, container_config >

Metafunction for obtaining the container collection for the provided value typelist and the respective container configuration.

Template Parameters:
value_typelistA typelist of value types for each container in the collection
container_configThe configuration of the containers in the collection

Member Typedef Documentation

typedef viennagrid::collection< typename viennagrid::detail::result_of::container_list_from_value_typelist_using_container_config< value_typelist, container_config >::type > type

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