Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ test
Function
test
tests/Issue595.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
template<typename... C>
4
void
5
test(C...c)
6
{
7
std::tuple<C...> tpl(c...);
8
}
9
10
int main()
11
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected