Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
template<typename U, typename ...T>
2
void f(U, T... rest)
3
{
4
if constexpr (sizeof...(rest) != 0)
5
f(rest...);
6
}
7
8
int main()
9
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected