dune-common  2.11
Functions
Dune::TypeTree::Literals Namespace Reference

Functions

template<char... digits>
constexpr auto operator""_tp ()
 Literal to create treepath. More...
 

Function Documentation

◆ operator""_tp()

template<char... digits>
constexpr auto Dune::TypeTree::Literals::operator""_tp ( )

Literal to create treepath.

Example: 2_tp -> TreePath<index_constant<2>>