Skip to content

Function wrap_fmt

function wrap_fmt(const U &, ctype_t<Fmt>) meta

template <typename U, typename Fmt>
KFR_INTRINSIC Fmt wrap_fmt(const U& val, ctype_t<Fmt>)

Wrap val with the format type Fmt when Fmt is not void.

Fully qualified name: kfr::wrap_fmt(const U &, ctype_t<Fmt>)

Declared at meta/string.hpp:821

Function wrap_fmt

function wrap_fmt(const U &, ctype_t<void>) meta

template <typename U>
KFR_INTRINSIC U wrap_fmt(const U& val, ctype_t<void>)

Identity pass-through used when no format type is specified.

Fully qualified name: kfr::wrap_fmt(const U &, ctype_t<void>)

Declared at meta/string.hpp:829

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