ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
const_facet_range< SomethingT > Struct Template Reference

Metafunction for retrieving the const facet range type an element, a mesh, a segmentation or a segment. More...

#include <forwards.hpp>

Public Types

typedef const_element_range
< SomethingT, typename
facet_tag< SomethingT >::type >
::type 
type

Detailed Description

template<typename SomethingT>
struct viennagrid::result_of::const_facet_range< SomethingT >

Metafunction for retrieving the const facet range type an element, a mesh, a segmentation or a segment.

Template Parameters:
SomethingTThe element type of which the const facet range type is requested. Can also be a mesh, a segmentation or a segment. In this case the const facet range type of the cell type is returned.

Member Typedef Documentation

typedef const_element_range<SomethingT, typename facet_tag<SomethingT>::type >::type type

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