|
dune-typetree
2.3.1
|
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... | |
Public Member Functions | |
| dune_static_assert ((i< CHILDREN),"child index out of range") | |
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.
| Dune::TypeTree::PowerNode< T, k >::Child< i >::dune_static_assert | ( | (i< CHILDREN) | , |
| "child index out of range" | |||
| ) |
1.8.7