ViennaGrid - The Vienna Grid Library  2.1.0
container< value_type, container_tag > Struct Template Reference

Returns a container for objects of the specified 'value_type' subject to the provided tag. More...

#include <container.hpp>


Detailed Description

template<typename value_type, typename container_tag>
struct viennagrid::result_of::container< value_type, container_tag >

Returns a container for objects of the specified 'value_type' subject to the provided tag.

Template Parameters:
value_typeThe object type stored in the container
container_tagA tag for selecting the respective container, e.g. std_vector_tag, std_deque_tag, etc.

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