dune-typetree
2.3.1
|
Access to the type and storage type of the i-th child. More...
#include <dune/typetree/variadiccompositenode.hh>
Public Types | |
typedef tuple_element< k, ChildTypes >::type | Type |
The type of the child. More... | |
typedef tuple_element< k, ChildTypes >::type | type |
The type of the child. More... | |
typedef tuple_element< k, NodeStorage >::type | Storage |
The storage type of the child. More... | |
typedef shared_ptr< const typename tuple_element< k, ChildTypes >::type > | ConstStorage |
The const storage type of the child. More... | |
Public Member Functions | |
dune_static_assert ((k< CHILDREN),"child index out of range") | |
Access to the type and storage type of the i-th child.
typedef shared_ptr<const typename tuple_element<k,ChildTypes>::type> Dune::TypeTree::VariadicCompositeNode< Children >::Child< k >::ConstStorage |
The const storage type of the child.
typedef tuple_element<k,NodeStorage>::type Dune::TypeTree::VariadicCompositeNode< Children >::Child< k >::Storage |
The storage type of the child.
typedef tuple_element<k,ChildTypes>::type Dune::TypeTree::VariadicCompositeNode< Children >::Child< k >::Type |
The type of the child.
typedef tuple_element<k,ChildTypes>::type Dune::TypeTree::VariadicCompositeNode< Children >::Child< k >::type |
The type of the child.
Dune::TypeTree::VariadicCompositeNode< Children >::Child< k >::dune_static_assert | ( | (k< CHILDREN) | , |
"child index out of range" | |||
) |