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

Class A

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

Source from the content-addressed store, hash-verified

2{
3 template<typename T = void>
4 struct A;
5
6 template<>
7 struct A<void>{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected