Livox SDK API  V2.0.0
fmt::v5::internal::arg_formatter_base< Range >::cstring_spec_handler Struct Reference

#include <format.h>

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

Public Member Functions

 cstring_spec_handler (arg_formatter_base &f, const char_type *val)
 
void on_string ()
 
void on_pointer ()
 
- 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
 
const char_typevalue
 

Detailed Description

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

Definition at line 1409 of file format.h.

Constructor & Destructor Documentation

◆ cstring_spec_handler()

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

Definition at line 1413 of file format.h.

Member Function Documentation

◆ on_pointer()

template<typename Range >
void fmt::v5::internal::arg_formatter_base< Range >::cstring_spec_handler::on_pointer ( )
inline

Definition at line 1417 of file format.h.

◆ on_string()

template<typename Range >
void fmt::v5::internal::arg_formatter_base< Range >::cstring_spec_handler::on_string ( )
inline

Definition at line 1416 of file format.h.

Member Data Documentation

◆ formatter

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

Definition at line 1410 of file format.h.

◆ value

template<typename Range >
const char_type* fmt::v5::internal::arg_formatter_base< Range >::cstring_spec_handler::value

Definition at line 1411 of file format.h.


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