ΒΆtemplate <
    typename Char,
    fmt::enable_if_t<(std::is_enum<Char>::value),
                     int> = 0>
constexpr auto to_ascii(Char c) -> char

Declared at: third_party/fmt/include/fmt/core.h:2106

Templates

Char
fmt::enable_if_t<(std::is_enum::value), int>

Parameters

Char c