MCPcopy Create free account
hub / github.com/fmtlib/fmt / printf

Function printf

include/fmt/printf.h:646–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644 */
645template <typename... T>
646inline auto printf(string_view fmt, const T&... args) -> int {
647 return vfprintf(stdout, fmt, make_printf_args(args...));
648}
649
650FMT_END_EXPORT
651FMT_END_NAMESPACE

Callers 15

TESTFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85
PrintTestPartResultFunction · 0.85
ColoredPrintfFunction · 0.85
PrintTestNameMethod · 0.85
OnTestIterationStartMethod · 0.85
OnTestCaseStartMethod · 0.85

Calls 2

vfprintfFunction · 0.85
make_printf_argsFunction · 0.85

Tested by 15

TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
mainFunction · 0.68
PrintTestPartResultFunction · 0.68
ColoredPrintfFunction · 0.68
PrintTestNameMethod · 0.68
OnTestIterationStartMethod · 0.68
OnTestCaseStartMethod · 0.68