|
pdfmm 0.9.20
|
#include <format.h>
Public Member Functions | |
| auto | size () const -> size_t |
| auto | data () const -> const char * |
| auto | c_str () const -> const char * |
| auto | str () const -> std::string |
Fast integer formatter.
|
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 |
\rst Returns the content of the output buffer as an std::string. \endrst