|
dune-typetree 2.11
|
#include <type_traits>#include <dune/common/typetraits.hh>#include <dune/typetree/treepath.hh>#include <dune/typetree/nodeinterface.hh>Go to the source code of this file.
Namespaces | |
| namespace | Dune |
| namespace | Dune::TypeTree |
| namespace | Dune::TypeTree::impl |
Functions | |
| template<typename T> | |
| T * | Dune::TypeTree::declptr () |
| Helper function for generating a pointer to a value of type T in an unevaluated operand setting. | |
| constexpr auto | Dune::TypeTree::impl::isTreePath (void *) -> std::false_type |
| template<class... I> | |
| constexpr auto | Dune::TypeTree::impl::isTreePath (const HybridTreePath< I... > *) -> std::true_type |
| template<class T> | |
| constexpr auto | Dune::TypeTree::isTreePath (const T &) -> IsTreePath< T > |
| Check if given object represents a tree path. | |