|
| printf_arg_formatter (OutputIt iter, format_specs &s, context_type &ctx) |
|
OutputIt | operator() (monostate value) |
|
template<typename T , FMT_ENABLE_IF(detail::is_integral< T >::value) > |
OutputIt | operator() (T value) |
|
template<typename T , FMT_ENABLE_IF(std::is_floating_point< T >::value) > |
OutputIt | operator() (T value) |
|
OutputIt | operator() (const char *value) |
| Formats a null-terminated C string. More...
|
|
OutputIt | operator() (const wchar_t *value) |
| Formats a null-terminated wide C string. More...
|
|
OutputIt | operator() (basic_string_view< Char > value) |
|
OutputIt | operator() (const void *value) |
| Formats a pointer. More...
|
|
OutputIt | operator() (typename basic_format_arg< context_type >::handle handle) |
| Formats an argument of a custom (user-defined) type. More...
|
|
template<typename T > |
FMT_CONSTEXPR FMT_INLINE auto | operator() (T value) -> iterator |
|
auto | operator() (typename basic_format_arg< context >::handle) -> iterator |
|