MCPcopy 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
3template<typename... C>
4void
5test(C...c)
6{
7 std::tuple<C...> tpl(c...);
8}
9
10int main()
11{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected