class format_int
Defined at line 4071 of file ../../third_party/fmtlib/src/include/fmt/format.h
A fast integer formatter.
Public Methods
void format_int (int value)
Defined at line 4096 of file ../../third_party/fmtlib/src/include/fmt/format.h
void format_int (long value)
Defined at line 4097 of file ../../third_party/fmtlib/src/include/fmt/format.h
void format_int (long long value)
Defined at line 4099 of file ../../third_party/fmtlib/src/include/fmt/format.h
void format_int (unsigned int value)
Defined at line 4101 of file ../../third_party/fmtlib/src/include/fmt/format.h
void format_int (unsigned long value)
Defined at line 4103 of file ../../third_party/fmtlib/src/include/fmt/format.h
void format_int (unsigned long long value)
Defined at line 4105 of file ../../third_party/fmtlib/src/include/fmt/format.h
size_t size ()
Returns the number of characters written to the output buffer.
Defined at line 4109 of file ../../third_party/fmtlib/src/include/fmt/format.h
const char * data ()
Returns a pointer to the output buffer content. No terminating null
character is appended.
Defined at line 4115 of file ../../third_party/fmtlib/src/include/fmt/format.h
const char * c_str ()
Returns a pointer to the output buffer content with terminating null
character appended.
Defined at line 4119 of file ../../third_party/fmtlib/src/include/fmt/format.h
std::string str ()
Returns the content of the output buffer as an `std::string`.
Defined at line 4125 of file ../../third_party/fmtlib/src/include/fmt/format.h