Livox SDK API  V2.2.0
fmt::v5::internal::add_thousands_sep< Char > Class Template Reference

#include <format.h>

Public Types

enum  { size = 1 }
 
typedef Char char_type
 

Public Member Functions

 add_thousands_sep (basic_string_view< Char > sep)
 
void operator() (Char *&buffer)
 

Detailed Description

template<typename Char>
class fmt::v5::internal::add_thousands_sep< Char >

Definition at line 917 of file format.h.

Member Typedef Documentation

template<typename Char >
typedef Char fmt::v5::internal::add_thousands_sep< Char >::char_type

Definition at line 925 of file format.h.

Member Enumeration Documentation

template<typename Char >
anonymous enum
Enumerator
size 

Definition at line 938 of file format.h.

Constructor & Destructor Documentation

template<typename Char >
fmt::v5::internal::add_thousands_sep< Char >::add_thousands_sep ( basic_string_view< Char >  sep)
inlineexplicit

Definition at line 927 of file format.h.

Member Function Documentation

template<typename Char >
void fmt::v5::internal::add_thousands_sep< Char >::operator() ( Char *&  buffer)
inline

Definition at line 930 of file format.h.


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