#include <format.h>
Public Member Functions | |
| char_spec_handler (arg_formatter_base &f, char_type val) | |
| void | on_int () |
| void | on_char () |
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 |
| char_type | value |
|
inline |
Definition at line 1397 of file format.h.
|
inline |
Definition at line 1406 of file format.h.
|
inline |
Definition at line 1400 of file format.h.
| arg_formatter_base& internal::arg_formatter_base< Range >::char_spec_handler::formatter |
| char_type internal::arg_formatter_base< Range >::char_spec_handler::value |
1.8.11