ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
element_view< something, element_type_or_tag, view_container_tag > Struct Template Reference

Returns a (non-const) view type for the provided element type or tag and the given container type selected for the view. More...

#include <element_view.hpp>

Public Types

typedef element_range
< something,
element_type_or_tag >
::type::base_container_type 
base_container_type
typedef result_of::view
< base_container_type,
view_container_tag >::type 
type

Detailed Description

template<typename something, typename element_type_or_tag, typename view_container_tag = std_deque_tag>
struct viennagrid::result_of::element_view< something, element_type_or_tag, view_container_tag >

Returns a (non-const) view type for the provided element type or tag and the given container type selected for the view.


Member Typedef Documentation

typedef element_range<something, element_type_or_tag>::type::base_container_type base_container_type
typedef result_of::view<base_container_type, view_container_tag>::type type

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