ViennaGrid - The Vienna Grid Library
2.1.0
|
Convenience metafunction for the type retrieval of a cell range. Will fail if there is more than one cell type. More...
#include <forwards.hpp>
Public Types | |
typedef cell_tag< SomethingT > ::type | cell_tag |
typedef element_range < SomethingT, cell_tag >::type | type |
Convenience metafunction for the type retrieval of a cell range. Will fail if there is more than one cell type.
SomethingT | The host type, can be a typelist, a collection, a mesh, a segmentation or a segment |
typedef element_range<SomethingT, cell_tag>::type type |