dune-common 2.10
Loading...
Searching...
No Matches
Functions
Dune::Indices::Literals Namespace Reference

Functions

template<char... digits>
constexpr auto operator""_ic ()
 Literal to create an index compile-time constant.
 
template<char... digits>
constexpr auto operator""_uc ()
 Literal to create an unsigned integer compile-time constant.
 
template<char... digits>
constexpr auto operator""_sc ()
 Literal to create a signed integer compile-time constant.
 
template<class T , T value>
constexpr auto operator- (std::integral_constant< T, value >)
 Negation operator for integral constants.