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

Function vprint

extlibs/fmt/include/fmt/ostream.h:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118template <typename Char>
119void vprint(std::basic_ostream<Char>& os, basic_string_view<Char> format_str,
120 basic_format_args<buffer_context<type_identity_t<Char>>> args) {
121 basic_memory_buffer<Char> buffer;
122 internal::vformat_to(buffer, format_str, args);
123 internal::write(os, buffer);
124}
125
126/**
127 \rst

Callers 1

printFunction · 0.70

Calls 2

writeFunction · 0.85
vformat_toFunction · 0.70

Tested by

no test coverage detected