MCPcopy Create free account
hub / github.com/fmtlib/fmt / test_sprintf

Function test_sprintf

test/printf-test.cc:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// format strings in MSVC.
32template <typename... Args>
33auto test_sprintf(fmt::string_view format, const Args&... args) -> std::string {
34 return fmt::sprintf(format, args...);
35}
36template <typename... Args>
37auto test_sprintf(fmt::basic_string_view<wchar_t> format, const Args&... args)
38 -> std::wstring {

Callers 1

TESTFunction · 0.85

Calls 1

sprintfFunction · 0.85

Tested by

no test coverage detected