Roboruka
Knihovna pro obsluhu RoboRuky.
Veřejné metody | Seznam všech členů
Dokumentace třídy format_int

#include <format.h>

Veřejné metody

std::size_t size () const
 
const char * data () const
 
const char * c_str () const
 
std::string str () const
 

Detailní popis

Fast integer formatter.

Dokumentace k metodám

◆ 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: