MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / vprintf

Function vprintf

extlibs/fmt/include/fmt/printf.h:658–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656
657template <typename S, typename Char = char_t<S>>
658inline int vprintf(
659 const S& format,
660 basic_format_args<basic_printf_context_t<type_identity_t<Char>>> args) {
661 return vfprintf(stdout, to_string_view(format), args);
662}
663
664/**
665 \rst

Callers 1

printfFunction · 0.85

Calls 3

vfprintfFunction · 0.85
ContextClass · 0.85
to_string_viewFunction · 0.70

Tested by

no test coverage detected