|
using | type = decltype(map(static_cast<T*>(nullptr))) |
|
|
template<typename U, FMT_ENABLE_IF(std::is_enum< U >::value||std::is_class< U >::value)> |
static auto | map (U *) -> remove_cvref_t< decltype(format_as(std::declval< U >()))> |
|
static auto | map (...) -> void |
|
The documentation for this struct was generated from the following file: