MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / vprintf

Function vprintf

3rd/spdlog/include/spdlog/fmt/bundled/printf.h:796–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794
795template <typename S, typename Char = FMT_CHAR(S)>
796inline int vprintf(const S &format,
797 basic_format_args<typename basic_printf_context_t<
798 internal::basic_buffer<Char>>::type> args) {
799 return vfprintf(stdout, to_string_view(format), args);
800}
801
802/**
803 \rst

Callers 1

printfFunction · 0.85

Calls 2

vfprintfFunction · 0.85
to_string_viewFunction · 0.70

Tested by

no test coverage detected