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

Function f7

tests/TemplateExpansionTest.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4struct identity {};
5template <template <typename> class... Templates>
6template_tuple<Templates...> f7() {}
7
8void foo2() {
9 f7<identity>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected