|
HDK
|
#include <core.h>
Public Member Functions | |
| template<typename ParseContext > | |
| FMT_CONSTEXPR auto | parse (ParseContext &ctx) -> const Char * |
| template<detail::type U = detail::type_constant<T, Char>::value, FMT_ENABLE_IF(U==detail::type::string_type||U==detail::type::cstring_type||U==detail::type::char_type) > | |
| FMT_CONSTEXPR void | set_debug_format (bool set=true) |
| template<typename FormatContext > | |
| FMT_CONSTEXPR auto | format (const T &val, FormatContext &ctx) const -> decltype(ctx.out()) |
| template<typename FormatContext > | |
| FMT_END_EXPORT FMT_CONSTEXPR FMT_INLINE auto | 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()) |
| FMT_END_EXPORT 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()) |
|
inline |
|
inline |