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

Class A

tests/ClassOperatorHandler7Test.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6template <typename T>
7struct A
8{
9 void foo(int);
10};
11
12template <typename T>
13struct A<T*>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected