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,...) |
Expands C-style formatted string into std::string.
[in] | fmt | format string |
[in] | vl | respective values for each of format modifiers in the string |
std::string
std::string ML::format | ( | const char * | fmt, |
va_list & | vl | ||
) |
std::string ML::format | ( | const char * | fmt, |
... | |||
) |