Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Issue62.cpp
File
Issue62.cpp
tests/Issue62.cpp:None–None ·
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...);
Callers
nothing calls this directly
Calls
1
func
Function · 0.70
Tested by
no test coverage detected