mp_units::utility::detail::to_ascii

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.