Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches

◆ operator""_c()

template<char... c>
constexpr auto kwk::literals::operator""_c ( )
inlineconstexprnoexcept

User-defined literal suffix for compile-time constant.

The underlying type is computed from the actual value to be the smallest fitting type. This means, for example, that 123_c is an instance of kwk::constant<unsigned char,123>.