Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/TemplatesWithAutoAndLambdaTest.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
int main()
20
{
21
std::string str =
"world"
;
22
print(
"hi"
, 7.5, str);
23
}
Callers
nothing calls this directly
Calls
1
print
Function · 0.85
Tested by
no test coverage detected