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

Callers 1

mainFunction · 0.70

Calls 1

ffFunction · 0.85

Tested by

no test coverage detected