dune-typetree 2.10
Loading...
Searching...
No Matches
Functions
Dune::TypeTree::Literals Namespace Reference

Functions

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

Function Documentation

◆ operator""_tp()

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

Literal to create treepath.

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