Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
fmt::internal::ThousandsSep Class Reference

#include <format.h>

Public Member Functions

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

Private Attributes

fmt::StringRef sep_
 
unsigned digit_index_
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

unsigned fmt::internal::ThousandsSep::digit_index_
private
fmt::StringRef fmt::internal::ThousandsSep::sep_
private

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