#include <core.h>
Public Types | |
using | type = decltype(map(static_cast< T * >(nullptr))) |
Static Public Member Functions | |
static auto | map (...) -> void |
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 >()))> |
using detail::format_as_result< T >::type = decltype(map(static_cast<T*>(nullptr))) |
|
static |
|
static |