dune-typetree  2.4.1
Functions
Dune::TypeTree::impl Namespace Reference

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
 

Function Documentation

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