SoPlex Documentation
Loading...
Searching...
No Matches
dynamic_formatter< Char >::null_handler Struct Reference
Inheritance diagram for dynamic_formatter< Char >::null_handler:
error_handler

Public Member Functions

void on_align (align_t)
 
void on_plus ()
 
void on_minus ()
 
void on_space ()
 
void on_hash ()
 
- Public Member Functions inherited from error_handler
constexpr error_handler ()=default
 
constexpr error_handler (const error_handler &)=default
 
FMT_NORETURN FMT_API void on_error (const char *message)
 

Detailed Description

template<typename Char = char>
struct dynamic_formatter< Char >::null_handler

Definition at line 3531 of file format.h.

Member Function Documentation

◆ on_align()

template<typename Char = char>
void on_align ( align_t )

Definition at line 3532 of file format.h.

◆ on_hash()

template<typename Char = char>
void on_hash ( )

Definition at line 3536 of file format.h.

◆ on_minus()

template<typename Char = char>
void on_minus ( )

Definition at line 3534 of file format.h.

◆ on_plus()

template<typename Char = char>
void on_plus ( )

Definition at line 3533 of file format.h.

◆ on_space()

template<typename Char = char>
void on_space ( )

Definition at line 3535 of file format.h.