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

Function printf

extlibs/fmt/include/fmt/printf.h:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174template <typename Char, typename Context>
175void printf(buffer<Char>& buf, basic_string_view<Char> format,
176 basic_format_args<Context> args) {
177 Context(std::back_inserter(buf), format, args).format();
178}
179
180template <typename OutputIt, typename Char, typename Context>
181internal::truncating_iterator<OutputIt> printf(

Callers 15

doargsFunction · 0.85
PrintStringFunction · 0.85
PrintTypeFunction · 0.85
PrintConstantFunction · 0.85
PrintCodeFunction · 0.85
PrintHeaderFunction · 0.85
PrintDebugFunction · 0.85
vsprintfFunction · 0.85
vfprintfFunction · 0.85
getFileCrcFunction · 0.85
isLargeFileFunction · 0.85

Calls 4

ContextClass · 0.85
vprintfFunction · 0.85
to_string_viewFunction · 0.70
formatMethod · 0.45

Tested by

no test coverage detected