dune-typetree  2.4-dev
Deprecated List
Member Dune::TypeTree::extract_child (Node &node, Treepath tp)
extract_child is deprecated and will be removed after TypeTree 2.4, use the freestanding function child() or the enhanced child() methods on the tree nodes instead.
Member Dune::TypeTree::extract_child (const Node &node, Treepath tp)
extract_child is deprecated and will be removed after TypeTree 2.4, use the freestanding function child() or the enhanced child() methods on the tree nodes instead.
Class Dune::TypeTree::extract_child_type< Node, TreePath >
extract_child_type is deprecated and will be removed after TypeTree 2.4, use the template alias Child instead.