Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f
Function
f
tests/VariadicTemplateArgsTest.cpp:3–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#define INSIGHTS_USE_TEMPLATE
2
3
void f(int,int,int) {
4
}
5
6
template<typename F, typename ...Types>
7
void forward(F ff, Types &&...args) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected