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

Function sprintf

extlibs/fmt/include/fmt/printf.h:623–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621template <typename S, typename... Args,
622 typename Char = enable_if_t<internal::is_string<S>::value, char_t<S>>>
623inline std::basic_string<Char> sprintf(const S& format, const Args&... args) {
624 using context = basic_printf_context_t<Char>;
625 return vsprintf(to_string_view(format), make_format_args<context>(args...));
626}
627
628template <typename S, typename Char = char_t<S>>
629inline int vfprintf(

Callers 5

getFormattedDurationFunction · 0.85
PrintConstantFunction · 0.85
ZEXPORTVAFunction · 0.85
gzlib.cFile · 0.85
gzdopenFunction · 0.85

Calls 2

vsprintfFunction · 0.85
to_string_viewFunction · 0.70

Tested by

no test coverage detected