ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for obtaining the cell tag of something. Will fail if there is more than one cell type. More...
#include <mesh.hpp>
Public Types | |
typedef element_tag< typename cell< something >::type > ::type | type |
Metafunction for obtaining the cell tag of something. Will fail if there is more than one cell type.
SomethingT | The host type, can be a collection, a mesh, a segmentation or a segment |
typedef element_tag< typename cell<something>::type >::type type |