Flow123d  master-f44eb46
Public Member Functions | Private Attributes | List of all members
fmt::internal::ThousandsSep Class Reference

#include <format.h>

Collaboration diagram for fmt::internal::ThousandsSep:
Collaboration graph
[legend]

Public Member Functions

 ThousandsSep (fmt::StringRef sep)
 
template<typename Char >
void operator() (Char *&buffer)
 

Private Attributes

fmt::StringRef sep_
 
unsigned digit_index_
 

Detailed Description

Definition at line 892 of file format.h.

Constructor & Destructor Documentation

◆ ThousandsSep()

fmt::internal::ThousandsSep::ThousandsSep ( fmt::StringRef  sep)
inlineexplicit

Definition at line 900 of file format.h.

Member Function Documentation

◆ operator()()

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

Definition at line 903 of file format.h.

Member Data Documentation

◆ digit_index_

unsigned fmt::internal::ThousandsSep::digit_index_
private

Definition at line 897 of file format.h.

◆ sep_

fmt::StringRef fmt::internal::ThousandsSep::sep_
private

Definition at line 894 of file format.h.


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