Livox SDK API  V2.2.0
fmt::v5::internal::char_specs_checker< ErrorHandler > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::v5::internal::char_specs_checker< ErrorHandler >:

Public Member Functions

 char_specs_checker (char type, ErrorHandler eh)
 
void on_int ()
 
void on_char ()
 

Detailed Description

template<typename ErrorHandler>
class fmt::v5::internal::char_specs_checker< ErrorHandler >

Definition at line 1248 of file format.h.

Constructor & Destructor Documentation

template<typename ErrorHandler >
fmt::v5::internal::char_specs_checker< ErrorHandler >::char_specs_checker ( char  type,
ErrorHandler  eh 
)
inline

Definition at line 1253 of file format.h.

Member Function Documentation

template<typename ErrorHandler >
void fmt::v5::internal::char_specs_checker< ErrorHandler >::on_char ( )
inline

Definition at line 1259 of file format.h.

template<typename ErrorHandler >
void fmt::v5::internal::char_specs_checker< ErrorHandler >::on_int ( )
inline

Definition at line 1256 of file format.h.


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