#include <format.h>
|
enum | { BUFFER_SIZE = std::numeric_limits<ULongLong>::digits10 + 3
} |
|
Fast integer formatter.
Definition at line 3480 of file format.h.
◆ anonymous enum
◆ FormatInt() [1/6]
fmt::FormatInt::FormatInt |
( |
int | value | ) |
|
|
inlineexplicit |
◆ FormatInt() [2/6]
fmt::FormatInt::FormatInt |
( |
long | value | ) |
|
|
inlineexplicit |
◆ FormatInt() [3/6]
fmt::FormatInt::FormatInt |
( |
LongLong | value | ) |
|
|
inlineexplicit |
◆ FormatInt() [4/6]
fmt::FormatInt::FormatInt |
( |
unsigned | value | ) |
|
|
inlineexplicit |
◆ FormatInt() [5/6]
◆ FormatInt() [6/6]
◆ c_str()
Returns a pointer to the output buffer content with terminating null character appended.
Definition at line 3543 of file format.h.
◆ data()
Returns a pointer to the output buffer content. No terminating null character is appended.
Definition at line 3537 of file format.h.
◆ format_decimal()
◆ FormatSigned()
◆ size()
std::size_t fmt::FormatInt::size |
( |
| ) |
const |
|
inline |
Returns the number of characters written to the output buffer.
Definition at line 3529 of file format.h.
◆ str()
std::string fmt::FormatInt::str |
( |
| ) |
const |
|
inline |
\rst Returns the content of the output buffer as an std::string
. \endrst
Definition at line 3553 of file format.h.
◆ buffer_
◆ str_
char* fmt::FormatInt::str_ |
|
private |
The documentation for this class was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASA/AsaApi/AsaApi/Core/Public/Logger/spdlog/fmt/bundled/format.h