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

Function fprintf

extlibs/fmt/include/fmt/printf.h:651–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649template <typename S, typename... Args,
650 typename Char = enable_if_t<internal::is_string<S>::value, char_t<S>>>
651inline int fprintf(std::FILE* f, const S& format, const Args&... args) {
652 using context = basic_printf_context_t<Char>;
653 return vfprintf(f, to_string_view(format),
654 make_format_args<context>(args...));
655}
656
657template <typename S, typename Char = char_t<S>>
658inline int vprintf(

Callers 15

operator[]Method · 0.85
Vec2Class · 0.85
err_handler_Method · 0.85
fatalFunction · 0.85
cannotFunction · 0.85
usageFunction · 0.85
g_writeFunction · 0.85
leftmatchFunction · 0.85
rightmatchFunction · 0.85
find_ruleFunction · 0.85
gen_trees_headerFunction · 0.85
build_treeFunction · 0.85

Calls 2

vfprintfFunction · 0.85
to_string_viewFunction · 0.70

Tested by

no test coverage detected