libfilezilla
Namespaces | Macros | Functions
format.hpp File Reference

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

#include "encode.hpp"
#include "string.hpp"
#include <cstdlib>
#include <type_traits>
Include dependency graph for format.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Header for the sprintf string formatting function.