Public Member Functions | List of all members
internal::error_handler Struct Reference

#include <core.h>

Inheritance diagram for internal::error_handler:
basic_parse_context< Char > dynamic_formatter< Char >::null_handler format_handler< ArgFormatter, Char, Context > internal::arg_formatter_base< Range >::char_spec_handler internal::arg_formatter_base< Range >::cstring_spec_handler

Public Member Functions

FMT_CONSTEXPR error_handler ()
 
FMT_CONSTEXPR error_handler (const error_handler &)
 
FMT_API void on_error (const char *message)
 

Detailed Description

Definition at line 322 of file core.h.

Constructor & Destructor Documentation

FMT_CONSTEXPR internal::error_handler::error_handler ( )
inline

Definition at line 323 of file core.h.

323 {}
FMT_CONSTEXPR internal::error_handler::error_handler ( const error_handler )
inline

Definition at line 324 of file core.h.

324 {}

Member Function Documentation

FMT_FUNC void internal::error_handler::on_error ( const char *  message)

Definition at line 929 of file format-inl.h.

929  {
931 }
#define FMT_THROW(x)
Definition: format.h:115

The documentation for this struct was generated from the following files: