Livox SDK API  V2.2.0
fmt::v5::format_int Class Reference

#include <format.h>

Public Member Functions

 format_int (int value)
 
 format_int (long value)
 
 format_int (long long value)
 
 format_int (unsigned value)
 
 format_int (unsigned long value)
 
 format_int (unsigned long long value)
 
std::size_t size () const
 
const char * data () const
 
const char * c_str () const
 
std::string str () const
 

Detailed Description

Fast integer formatter.

Definition at line 2813 of file format.h.

Constructor & Destructor Documentation

fmt::v5::format_int::format_int ( int  value)
inlineexplicit

Definition at line 2854 of file format.h.

fmt::v5::format_int::format_int ( long  value)
inlineexplicit

Definition at line 2855 of file format.h.

fmt::v5::format_int::format_int ( long long  value)
inlineexplicit

Definition at line 2856 of file format.h.

fmt::v5::format_int::format_int ( unsigned  value)
inlineexplicit

Definition at line 2857 of file format.h.

fmt::v5::format_int::format_int ( unsigned long  value)
inlineexplicit

Definition at line 2858 of file format.h.

fmt::v5::format_int::format_int ( unsigned long long  value)
inlineexplicit

Definition at line 2859 of file format.h.

Member Function Documentation

const char* fmt::v5::format_int::c_str ( ) const
inline

Returns a pointer to the output buffer content with terminating null character appended.

Definition at line 2876 of file format.h.

const char* fmt::v5::format_int::data ( ) const
inline

Returns a pointer to the output buffer content. No terminating null character is appended.

Definition at line 2870 of file format.h.

std::size_t fmt::v5::format_int::size ( ) const
inline

Returns the number of characters written to the output buffer.

Definition at line 2862 of file format.h.

std::string fmt::v5::format_int::str ( ) const
inline

Returns the content of the output buffer as an std::string.

Definition at line 2886 of file format.h.


The documentation for this class was generated from the following file: