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

Convenience metafunction for the type retrieval of a cell handle. Will fail if there is more than one cell type. More...

#include <forwards.hpp>

Public Types

typedef cell_tag< SomethingT >
::type 
cell_tag
typedef handle< SomethingT,
cell_tag >::type 
type

Detailed Description

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

Convenience metafunction for the type retrieval of a cell handle. Will fail if there is more than one cell type.

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

Member Typedef Documentation

typedef cell_tag<SomethingT>::type cell_tag
typedef handle<SomethingT, cell_tag>::type type

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