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

Method Callback

tests/MemberPointerTest.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5struct Other {
6 double Callback(int, double) { return 3.14; }
7};
8
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected