ViennaGrid - The Vienna Grid Library  2.1.0
accessor_container< ElementT, ValueT, ContainerTagT > Struct Template Reference

Returns the underlying container type for storing data of type 'ValueT' on elements of type 'ElementT'. More...

#include <accessor.hpp>


Detailed Description

template<typename ElementT, typename ValueT, typename ContainerTagT = std_vector_tag>
struct viennagrid::result_of::accessor_container< ElementT, ValueT, ContainerTagT >

Returns the underlying container type for storing data of type 'ValueT' on elements of type 'ElementT'.

Template Parameters:
ElementTThe element type, e.g. a cell
ValueTType of the data to be stored
ContainerTagTA tag selecting the appropriate container, e.g. std_vector_tag or std_map_tag

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