MCPcopy Create free account
hub / github.com/dobin/RedEdr / vstrprintf

Function vstrprintf

RedEdrShared/loguru.cpp:1676–1681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1674#if LOGURU_USE_FMTLIB
1675 template<typename... Args>
1676 std::string vstrprintf(const char* format, const Args&... args)
1677 {
1678 auto text = textprintf(format, args...);
1679 std::string result = text.c_str();
1680 return result;
1681 }
1682
1683 template<typename... Args>
1684 std::string strprintf(const char* format, const Args&... args)

Callers 1

strprintfFunction · 0.85

Calls 2

vtextprintfFunction · 0.85
textprintfFunction · 0.70

Tested by

no test coverage detected