libfilezilla
Namespaces | Functions
format.hpp File Reference

Header for the sprintf string formatting function. More...

#include "encode.hpp"
#include "string.hpp"
#include <cstdlib>
#include <assert.h>
Include dependency graph for format.hpp:

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)
 

Detailed Description

Header for the sprintf string formatting function.