ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
view< base_container_type, view_container_tag > Struct Template Reference

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

Detailed Description

template<typename base_container_type, typename view_container_tag>
struct viennagrid::result_of::view< base_container_type, view_container_tag >

Metafunction for returning a view on a container using the respective container for holding the references inside the view.

Template Parameters:
base_container_typeThe container type from which the view is derived
view_container_tagThe tag for selecting the container inside the view, e.g. std_vector_tag or std_map_tag

Member Typedef Documentation

typedef viennagrid::view<base_container_type, view_container_tag> type

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