struct format_as_result
Declaration
template <typename T>
struct format_as_result { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:1317
Templates
- T
Method Overview
- public static auto map(...) -> void
- public template <typename U, fmt::enable_if_t<(std::is_enum<U>::value || std::is_class<U>::value), int> = 0>static auto map(U *) -> decltype(format_as(std::declval<U>()))
Methods
¶static auto map(...) -> void
static auto map(...) -> void
Declared at: third_party/fmt/include/fmt/core.h:1321
¶template <
typename U,
fmt::enable_if_t<(std::is_enum<U>::value ||
std::is_class<U>::value),
int> = 0>
static auto map(U*)
-> decltype(format_as(std::declval<U>()))
template <
typename U,
fmt::enable_if_t<(std::is_enum<U>::value ||
std::is_class<U>::value),
int> = 0>
static auto map(U*)
-> decltype(format_as(std::declval<U>()))
Declared at: third_party/fmt/include/fmt/core.h:1320
Templates
- U
- fmt::enable_if_t<(std::is_enum::value || std::is_class::value), int>
Parameters
- U*