![]() |
WPILibC++ 2025.3.1
|
A fast integer formatter. More...
#include <fmt/format.h>
Public Member Functions | |
FMT_CONSTEXPR20 | format_int (int value) |
FMT_CONSTEXPR20 | format_int (long value) |
FMT_CONSTEXPR20 | format_int (long long value) |
FMT_CONSTEXPR20 | format_int (unsigned value) |
FMT_CONSTEXPR20 | format_int (unsigned long value) |
FMT_CONSTEXPR20 | format_int (unsigned long long value) |
FMT_CONSTEXPR20 auto | size () const -> size_t |
Returns the number of characters written to the output buffer. | |
FMT_CONSTEXPR20 auto | data () const -> const char * |
Returns a pointer to the output buffer content. | |
FMT_CONSTEXPR20 auto | c_str () const -> const char * |
Returns a pointer to the output buffer content with terminating null character appended. | |
auto | str () const -> std::string |
Returns the content of the output buffer as an std::string . | |
A fast integer formatter.
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
Returns a pointer to the output buffer content with terminating null character appended.
|
inline |
Returns a pointer to the output buffer content.
No terminating null character is appended.
|
inline |
Returns the number of characters written to the output buffer.
|
inline |
Returns the content of the output buffer as an std::string
.