Skip to content

Function build_fmt_str

function build_fmt_str(cchars_t<>, ctypes_t<>) meta

constexpr auto build_fmt_str(cchars_t<>, ctypes_t<>) { … }

Build a compile-time printf format string from a literal template and argument types.

Fully qualified name: kfr::build_fmt_str(cchars_t<>, ctypes_t<>)

Declared at meta/string.hpp:328

Function build_fmt_str

function build_fmt_str(cchars_t<'@', chars...>, ctypes_t<Arg, Args...>) meta

template <char... chars, typename Arg, typename... Args>
constexpr auto build_fmt_str(cchars_t<'@', chars...>, ctypes_t<Arg, Args...>) { … }

Build a compile-time format string: replace the leading '@' with the specifier for Arg and recurse on the remaining arguments.

Fully qualified name: kfr::build_fmt_str(cchars_t<'@', chars...>, ctypes_t<Arg, Args...>)

Declared at meta/string.hpp:335

Function build_fmt_str

function build_fmt_str(cchars_t<ch, chars...>, ctypes_t<Args...>) meta

template <char ch, char... chars, typename... Args>
constexpr auto build_fmt_str(cchars_t<ch, chars...>, ctypes_t<Args...>) { … }

Build a compile-time format string: copy a literal character and recurse.

Fully qualified name: kfr::build_fmt_str(cchars_t<ch, chars...>, ctypes_t<Args...>)

Declared at meta/string.hpp:345

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