dune-typetree
2.4.1
|
Extract the type of the child of Node at position TreePath. More...
#include <dune/typetree/childextraction.hh>
Public Types | |
typedef extract_child_type< typename Node::template Child< TypeTree::TreePathFront< TreePath >::value >::Type, typename TypeTree::TreePathPopFront< TreePath >::type >::type | type |
The type of the child. More... | |
typedef extract_child_type< typename Node::template Child< TypeTree::TreePathFront< TreePath >::value >::Type, typename TypeTree::TreePathPopFront< TreePath >::type >::storage_type | storage_type |
The storage type of the child. More... | |
typedef extract_child_type< typename Node::template Child< TypeTree::TreePathFront< TreePath >::value >::Type, typename TypeTree::TreePathPopFront< TreePath >::type >::const_storage_type | const_storage_type |
The const storage type of the child. More... | |
Extract the type of the child of Node at position TreePath.
typedef extract_child_type< typename Node::template Child<TypeTree::TreePathFront<TreePath>::value>::Type, typename TypeTree::TreePathPopFront<TreePath>::type >::const_storage_type Dune::TypeTree::extract_child_type< Node, TreePath >::const_storage_type |
The const storage type of the child.
typedef extract_child_type< typename Node::template Child<TypeTree::TreePathFront<TreePath>::value>::Type, typename TypeTree::TreePathPopFront<TreePath>::type >::storage_type Dune::TypeTree::extract_child_type< Node, TreePath >::storage_type |
The storage type of the child.
typedef extract_child_type< typename Node::template Child<TypeTree::TreePathFront<TreePath>::value>::Type, typename TypeTree::TreePathPopFront<TreePath>::type >::type Dune::TypeTree::extract_child_type< Node, TreePath >::type |
The type of the child.