Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
template<typename... Ts>
14
void Log(const char* fmt, const Ts&... ts)
15
{
16
printf(fmt, Normalize(ts)...);
17
}
18
19
int main()
20
{
Callers
1
main
Function · 0.85
Calls
1
Normalize
Function · 0.70
Tested by
no test coverage detected