dune-common 2.12-git
Loading...
Searching...
No Matches
treepath.hh File Reference

Go to the source code of this file.

Namespaces

namespace  Dune
 Dune namespace
 
namespace  Dune::TypeTree
 
namespace  Dune::TypeTree::Literals
 

Typedefs

template<typename... T>
using Dune::TypeTree::TreePath = Dune::HybridMultiIndex< T... >
 A type for representing tree paths that supports both compile time and run time indices.
 

Functions

template<typename... T>
requires (((std::is_integral_v<T> or Dune::IsIntegralConstant<T>::value) && ...))
constexpr auto Dune::TypeTree::treePath (const T &... t)
 Constructs a new TreePath from the given indices.
 
template<char... digits>
constexpr auto Dune::TypeTree::Literals::operator""_tp ()
 Literal to create treepath.