|
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>.