ViennaGrid - The Vienna Grid Library
2.1.0
|
Returns a container for objects of the specified 'value_type' subject to the provided tag. More...
#include <container.hpp>
Returns a container for objects of the specified 'value_type' subject to the provided tag.
value_type | The object type stored in the container |
container_tag | A tag for selecting the respective container, e.g. std_vector_tag, std_deque_tag, etc. |