Livox SDK API  V1.1.0
fmt::v5::internal::arg_formatter_base< Range >::char_spec_handler Struct Reference

#include <format.h>

Inheritance diagram for fmt::v5::internal::arg_formatter_base< Range >::char_spec_handler:
fmt::v5::internal::error_handler

Public Member Functions

 char_spec_handler (arg_formatter_base &f, char_type val)
 
void on_int ()
 
void on_char ()
 
- Public Member Functions inherited from fmt::v5::internal::error_handler
 error_handler ()
 
 error_handler (const error_handler &)
 
void on_error (const char *message)
 

Public Attributes

arg_formatter_baseformatter
 
char_type value
 

Detailed Description

template<typename Range>
struct fmt::v5::internal::arg_formatter_base< Range >::char_spec_handler

Definition at line 1393 of file format.h.

Constructor & Destructor Documentation

◆ char_spec_handler()

template<typename Range >
fmt::v5::internal::arg_formatter_base< Range >::char_spec_handler::char_spec_handler ( arg_formatter_base f,
char_type  val 
)
inline

Definition at line 1397 of file format.h.

Member Function Documentation

◆ on_char()

template<typename Range >
void fmt::v5::internal::arg_formatter_base< Range >::char_spec_handler::on_char ( )
inline

Definition at line 1406 of file format.h.

◆ on_int()

template<typename Range >
void fmt::v5::internal::arg_formatter_base< Range >::char_spec_handler::on_int ( )
inline

Definition at line 1400 of file format.h.

Member Data Documentation

◆ formatter

template<typename Range >
arg_formatter_base& fmt::v5::internal::arg_formatter_base< Range >::char_spec_handler::formatter

Definition at line 1394 of file format.h.

◆ value

template<typename Range >
char_type fmt::v5::internal::arg_formatter_base< Range >::char_spec_handler::value

Definition at line 1395 of file format.h.


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