MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Func

Function Func

tests/p0780_2Test.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#define INSIGHTS_USE_TEMPLATE
9
10void Func(int, int, int, int) {}
11
12template<class F, class... Args>
13auto delay_invoke(F f, Args... args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected