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

Returns a 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 const_element_range
< something,
element_type_or_tag >
::type::base_container_type 
base_container_type
typedef result_of::view< const
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::const_element_view< something, element_type_or_tag, view_container_tag >

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


Member Typedef Documentation

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

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