HDK
|
#include <core.h>
Public Member Functions | |
template<typename ParseContext > | |
FMT_CONSTEXPR auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
template<typename FormatContext > | |
FMT_CONSTEXPR auto | format (const T &val, FormatContext &ctx) const -> decltype(ctx.out()) |
template<typename FormatContext > | |
FMT_CONSTEXPR FMT_INLINE auto | format (const T &val, FormatContext &ctx) const -> decltype(ctx.out()) |
FMT_CONSTEXPR FMT_INLINE auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::format | ( | const T & | val, |
FormatContext & | ctx | ||
) | const -> decltype(ctx.out()) |
FMT_CONSTEXPR auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::format | ( | const T & | val, |
FormatContext & | ctx | ||
) | const -> decltype(ctx.out()) |
|
inline |