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

Function g

tests/LambdaPackExpansionTest.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3template<class... Args>
4int g(Args ...)
5{
6 return 1;
7}
8
9#if 0
10template<class... Args>

Callers 2

fFunction · 0.70
f2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected