#include <format.h>
|
std::size_t | size () const |
|
const char * | data () const |
|
const char * | c_str () const |
|
std::string | str () const |
|
◆ c_str()
const char * format_int::c_str |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content with terminating null character appended.
◆ data()
const char * format_int::data |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content. No terminating null character is appended.
◆ size()
std::size_t format_int::size |
( |
| ) |
const |
|
inline |
Returns the number of characters written to the output buffer.
◆ str()
std::string format_int::str |
( |
| ) |
const |
|
inline |
\rst Returns the content of the output buffer as an std::string
. \endrst
Dokumentace pro tuto třídu byla vygenerována z následujícího souboru: