libfilezilla
|
Header for the sprintf string formatting function. More...
Go to the source code of this file.
Namespaces | |
fz | |
The namespace used by libfilezilla. | |
Macros | |
#define | format_assert(pred) |
Functions | |
template<typename... Args> | |
std::string | sprintf (std::string_view const &fmt, Args &&... args) |
A simple type-safe sprintf replacement. More... | |
template<typename... Args> | |
std::wstring | sprintf (std::wstring_view const &fmt, Args &&... args) |
Header for the sprintf string formatting function.