MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / operator()

Method operator()

tests/MemberPointer2Test.cpp:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8struct printer final {
9 template<typename R>
10 void operator()(R T::* ptr)
11 {}
12};
13
14struct my_type final {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected