#include <format.h>
Fast integer formatter.
Definition at line 4234 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 4280 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 4274 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 4266 of file format.h.
auto format_int::str |
( |
| ) |
const -> std::string |
|
inline |
Returns the content of the output buffer as an std::string
.
Definition at line 4290 of file format.h.
The documentation for this class was generated from the following file: