Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
fmt::FormatInt Class Reference

#include <format.h>

Public Member Functions

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

Detailed Description

Fast integer formatter.

Member Function Documentation

const char* fmt::FormatInt::c_str ( ) const
inline

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

const char* fmt::FormatInt::data ( ) const
inline

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

std::size_t fmt::FormatInt::size ( ) const
inline

Returns the number of characters written to the output buffer.

std::string fmt::FormatInt::str ( ) const
inline

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