#include <format.h>
Fast integer formatter.
Definition at line 2813 of file format.h.
fmt::v5::format_int::format_int |
( |
int |
value | ) |
|
|
inlineexplicit |
fmt::v5::format_int::format_int |
( |
long |
value | ) |
|
|
inlineexplicit |
fmt::v5::format_int::format_int |
( |
long long |
value | ) |
|
|
inlineexplicit |
fmt::v5::format_int::format_int |
( |
unsigned |
value | ) |
|
|
inlineexplicit |
fmt::v5::format_int::format_int |
( |
unsigned long |
value | ) |
|
|
inlineexplicit |
fmt::v5::format_int::format_int |
( |
unsigned long long |
value | ) |
|
|
inlineexplicit |
const char* fmt::v5::format_int::c_str |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content with terminating null character appended.
Definition at line 2876 of file format.h.
const char* fmt::v5::format_int::data |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content. No terminating null character is appended.
Definition at line 2870 of file format.h.
std::size_t fmt::v5::format_int::size |
( |
| ) |
const |
|
inline |
Returns the number of characters written to the output buffer.
Definition at line 2862 of file format.h.
std::string fmt::v5::format_int::str |
( |
| ) |
const |
|
inline |
Returns the content of the output buffer as an std::string
.
Definition at line 2886 of file format.h.
The documentation for this class was generated from the following file:
- sdk_core/include/third_party/spdlog/spdlog/fmt/bundled/format.h