Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
template<class T, void(T::*SomeMethod)() = nullptr>
10
class B {
11
12
13
};
14
15
B<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