dune-typetree
2.5.0
|
Access to the type and storage type of the i-th child. More...
#include <dune/typetree/powernode.hh>
Public Types | |
typedef T | Type |
The type of the child. More... | |
typedef T | type |
The type of the child. More... | |
typedef ChildStorageType | Storage |
The storage type of the child. More... | |
typedef ChildConstStorageType | ConstStorage |
The const storage type of the child. More... | |
Access to the type and storage type of the i-th child.
typedef ChildConstStorageType Dune::TypeTree::PowerNode< T, k >::Child< i >::ConstStorage |
The const storage type of the child.
typedef ChildStorageType Dune::TypeTree::PowerNode< T, k >::Child< i >::Storage |
The storage type of the child.
typedef T Dune::TypeTree::PowerNode< T, k >::Child< i >::Type |
The type of the child.
typedef T Dune::TypeTree::PowerNode< T, k >::Child< i >::type |
The type of the child.