MCPcopy 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
3void f(int,int,int) {
4}
5
6template<typename F, typename ...Types>
7void forward(F ff, Types &&...args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected