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

Class B

tests/TemplateWithNullptrTest.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template<class T, void(T::*SomeMethod)() = nullptr>
10class B {
11
12
13};
14
15B<A> b1; //OK
16//B<A, static_cast<SomeMethod_t>(0)> b2; //OK

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected