ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for retrieving the const facet handle type an element, a mesh, a segmentation or a segment. More...
#include <forwards.hpp>
Public Types | |
typedef const_handle < SomethingT, typename facet_tag< SomethingT >::type > ::type | type |
Metafunction for retrieving the const facet handle type an element, a mesh, a segmentation or a segment.
SomethingT | The element type of which the const facet handle type is requested. Can also be a mesh, a segmentation or a segment. In this case the const facet handle type of the cell type is returned. |
typedef const_handle< SomethingT, typename facet_tag<SomethingT>::type >::type type |