Synopsis
Declared in <mp‐units/utility/format.h>
template<typename Char>
requires std::is_enum_v<Char>
[[nodiscard]]
constexpr
std::underlying_type_t<Char>
to_ascii(Char value);
Return Value
|
Note
|
The return value should not be discarded. |
Created with MrDocs