![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
#include <format.h>
Public Member Functions | |
const char * | c_str () const |
const char * | data () const |
std::size_t | size () const |
std::string | str () const |
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 |
Returns the content of the output buffer as an std::string
.