convert other types to a string literal. More...
Go to the source code of this file.
Namespaces | |
| namespace | bbm |
Functions | |
| template<auto N, int base = 10> requires std::integral<decltype(N)> && (base <= 16) | |
| constexpr auto | to_string_literal (void) |
| convert integrals to string_literal | |
convert other types to a string literal.