ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for returning a view on a container using the respective container for holding the references inside the view. More...
#include <view.hpp>
Public Types | |
typedef viennagrid::view < base_container_type, view_container_tag > | type |
Metafunction for returning a view on a container using the respective container for holding the references inside the view.
base_container_type | The container type from which the view is derived |
view_container_tag | The tag for selecting the container inside the view, e.g. std_vector_tag or std_map_tag |
typedef viennagrid::view<base_container_type, view_container_tag> type |