struct error_handler
Declaration
struct error_handler { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:631
Method Overview
- public error_handler()
- public void on_error(const char * message)
Methods
¶error_handler()
error_handler()
Declared at: third_party/fmt/include/fmt/core.h:632
¶void on_error(const char* message)
void on_error(const char* message)
Declared at: third_party/fmt/include/fmt/core.h:635
Parameters
- const char* message