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

Metafunction for retrieving the facet tag of an element, a mesh, a segmentation or a segment. More...

#include <forwards.hpp>

Public Types

typedef element_tag
< SomethingT >
::type::facet_tag 
type

Detailed Description

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

Metafunction for retrieving the facet tag of an element, a mesh, a segmentation or a segment.

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

Member Typedef Documentation

typedef element_tag<SomethingT>::type::facet_tag type

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