libfilezilla
Loading...
Searching...
No Matches
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

namespace  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.
template<typename... Args>
std::wstring sprintf (std::wstring_view const &fmt, Args &&... args)

Detailed Description

Header for the sprintf string formatting function.