ViennaGrid - The Vienna Grid Library
2.1.0
|
Returns the underlying container type for storing data of type 'ValueT' on elements of type 'ElementT'. More...
#include <accessor.hpp>
Returns the underlying container type for storing data of type 'ValueT' on elements of type 'ElementT'.
ElementT | The element type, e.g. a cell |
ValueT | Type of the data to be stored |
ContainerTagT | A tag selecting the appropriate container, e.g. std_vector_tag or std_map_tag |