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

Function f

tests/Issue199.cpp:2–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1template<typename U, typename ...T>
2void f(U, T... rest)
3{
4 if constexpr (sizeof...(rest) != 0)
5 f(rest...);
6}
7
8int main()
9{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected