Skip to content

Function operator

function operator""_arg(const char *, size_t) meta

inline named operator""_arg(const char* name, size_t)

Fully qualified name: kfr::operator""_arg(const char *, size_t)

Declared at meta/named_arg.hpp:29

Function operator

function operator""_format() meta

template <typename Char, Char... chars>
constexpr format_t<chars...> operator""_format() { … }

User-defined literal returning a format_t for the given string literal.

Fully qualified name: kfr::operator""_format()

Declared at meta/string.hpp:413

Function operator

function operator""_print() meta

template <typename Char, Char... chars>
constexpr KFR_INLINE print_t<chars...> operator""_print() { … }

User-defined literal returning a print_t for the given string literal.

Fully qualified name: kfr::operator""_print()

Declared at meta/string.hpp:424

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