Functions
Expand a C-style format string

Expands C-style formatted string into std::string. More...

Functions

std::string ML::format (const char *fmt, va_list &vl)
 
std::string ML::format (const char *fmt,...)
 

Detailed Description

Expands C-style formatted string into std::string.

Parameters
[in]fmtformat string
[in]vlrespective values for each of format modifiers in the string
Returns
the expanded std::string

Function Documentation

◆ format() [1/2]

std::string ML::format ( const char *  fmt,
va_list &  vl 
)

◆ format() [2/2]

std::string ML::format ( const char *  fmt,
  ... 
)