MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Log

Function Log

tests/TemplateArgumentsTest.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template<typename... Ts>
14void Log(const char* fmt, const Ts&... ts)
15{
16 printf(fmt, Normalize(ts)...);
17}
18
19int main()
20{

Callers 1

mainFunction · 0.85

Calls 1

NormalizeFunction · 0.70

Tested by

no test coverage detected