ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
cell_tag< something > Struct Template Reference

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

Detailed Description

template<typename something>
struct viennagrid::result_of::cell_tag< something >

Metafunction for obtaining the cell tag of something. Will fail if there is more than one cell type.

Template Parameters:
SomethingTThe host type, can be a collection, a mesh, a segmentation or a segment

Member Typedef Documentation

typedef element_tag< typename cell<something>::type >::type type

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