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