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

Function vsprintf

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

Source from the content-addressed store, hash-verified

732
733template <typename S, typename Char = FMT_CHAR(S)>
734inline std::basic_string<Char>
735vsprintf(const S &format,
736 basic_format_args<typename basic_printf_context_t<
737 internal::basic_buffer<Char>>::type> args) {
738 basic_memory_buffer<Char> buffer;
739 printf(buffer, to_string_view(format), args);
740 return to_string(buffer);
741}
742
743/**
744 \rst

Callers 1

sprintfFunction · 0.85

Calls 3

printfFunction · 0.85
to_stringFunction · 0.85
to_string_viewFunction · 0.70

Tested by

no test coverage detected