dune-typetree
2.4-dev
|
Functions | |
constexpr auto | isTreePath (void *) -> std::false_type |
constexpr auto | isTreePath (const DynamicTreePath *) -> std::true_type |
template<std::size_t... i> | |
constexpr auto | isTreePath (const TreePath< i...> *) -> std::true_type |
template<class... I> | |
constexpr auto | isTreePath (const HybridTreePath< I...> *) -> std::true_type |
constexpr auto Dune::TypeTree::impl::isTreePath | ( | void * | ) | -> std::false_type |
constexpr auto Dune::TypeTree::impl::isTreePath | ( | const DynamicTreePath * | ) | -> std::true_type |
constexpr auto Dune::TypeTree::impl::isTreePath | ( | const TreePath< i...> * | ) | -> std::true_type |
constexpr auto Dune::TypeTree::impl::isTreePath | ( | const HybridTreePath< I...> * | ) | -> std::true_type |