Skip to content

Class print_t

class print_t<chars> meta

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

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

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

template <typename... Args>
KFR_INLINE void operator()(const Args&... args)

Print the given arguments to stdout using the stored literal.

Parameters
args Values to print.

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

Declared at meta/string.hpp:397

Fully qualified name: kfr::print_t<chars>

Declared at meta/string.hpp:390

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