MCPcopy 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
4template<typename F, typename ...Types>
5void forward(F f, Types &&...args) {
6 f(static_cast<Types&&>(args)...);
7}
8
9
10int main()

Callers 1

mainFunction · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected