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

Function Func

tests/p0780Test.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <utility>
7
8void Func(int, int, int, int) {}
9
10template<class F, class... Args>
11auto delay_invoke(F f, Args... args)

Calls

no outgoing calls

Tested by

no test coverage detected