#include <format.h>
Fast integer formatter.
Definition at line 2270 of file format.h.
format_int::format_int |
( |
int |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
long |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
long long |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
unsigned |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
unsigned long |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
unsigned long long |
value | ) |
|
|
inlineexplicit |
auto format_int::c_str |
( |
void |
| ) |
const -> const char* |
|
inline |
Returns a pointer to the output buffer content with terminating null character appended.
Definition at line 2316 of file format.h.
auto format_int::data |
( |
| ) |
const -> const char* |
|
inline |
Returns a pointer to the output buffer content. No terminating null character is appended.
Definition at line 2310 of file format.h.
auto format_int::size |
( |
void |
| ) |
const -> size_t |
|
inline |
Returns the number of characters written to the output buffer.
Definition at line 2302 of file format.h.
Returns the content of the output buffer as an std::string
.
Definition at line 2326 of file format.h.
The documentation for this class was generated from the following file: