Skip to content

Class format_t

class format_t<chars> meta

template <char... chars>
struct format_t { … }

Callable object holding a compile-time format literal (built by operator""_format).

function operator()(const Args &...)

template <typename... Args>
inline std::string operator()(const Args&... args)

Format the given arguments using the stored literal.

Parameters
args Values to format.
Returns
Formatted string.

Fully qualified name: kfr::format_t<chars>::operator()(const Args &...)

Declared at meta/string.hpp:367

Fully qualified name: kfr::format_t<chars>

Declared at meta/string.hpp:359

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.