Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ func
Function
func
tests/Issue62.cpp:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#define INSIGHTS_USE_TEMPLATE
2
template<typename... T>
3
int func(T... t) {
4
return func(t...);
5
}
6
int _ = func(5, 5);
Callers
1
Issue62.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected