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

Function strprintf

RedEdrShared/loguru.cpp:1684–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1682
1683 template<typename... Args>
1684 std::string strprintf(const char* format, const Args&... args)
1685 {
1686 return vstrprintf(format, args...);
1687 }
1688#else
1689 std::string vstrprintf(const char* format, va_list vlist)
1690 {

Callers

nothing calls this directly

Calls 1

vstrprintfFunction · 0.85

Tested by

no test coverage detected