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

Method F

tests/TypeAliasTemplateTest.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13 template<typename... B, typename = SameSize<B...>>
14 F(B...) { }
15};
16
17int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected