![]() |
libfilezilla
|
Header for the sprintf string formatting function. More...
Go to the source code of this file.
Namespaces | |
fz | |
The namespace used by libfilezilla. | |
Functions | |
template<typename String , typename... Args> | |
String | sprintf (String const &fmt, Args &&... args) |
A simple type-safe sprintf replacement. More... | |
template<typename... Args> | |
std::string | sprintf (char const *fmt, Args &&... args) |
template<typename... Args> | |
std::wstring | sprintf (wchar_t const *fmt, Args &&... args) |
Header for the sprintf string formatting function.