Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ forward
Function
forward
tests/VariadicTemplateArgsTest.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
template<typename F, typename ...Types>
7
void forward(F ff, Types &&...args) {
8
ff(args...);
9
}
10
11
12
int main()
Callers
1
main
Function · 0.70
Calls
1
ff
Function · 0.85
Tested by
no test coverage detected