#include <format.h>
Public Member Functions | |
cstring_spec_handler (arg_formatter_base &f, const char_type *val) | |
void | on_string () |
void | on_pointer () |
Public Member Functions inherited from internal::error_handler | |
FMT_CONSTEXPR | error_handler () |
FMT_CONSTEXPR | error_handler (const error_handler &) |
FMT_API void | on_error (const char *message) |
Public Attributes | |
arg_formatter_base & | formatter |
const char_type * | value |
|
inline |
Definition at line 1413 of file format.h.
|
inline |
Definition at line 1417 of file format.h.
|
inline |
Definition at line 1416 of file format.h.
arg_formatter_base& internal::arg_formatter_base< Range >::cstring_spec_handler::formatter |
const char_type* internal::arg_formatter_base< Range >::cstring_spec_handler::value |