MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / MemberFunctionWrapper3

Method MemberFunctionWrapper3

src/base/Functor3.h:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65class MemberFunctionWrapper3 : public Functor3<P1, P2, P3> {
66 public:
67 MemberFunctionWrapper3(CALLEE &callee, const FUNC &func) :
68 Functor3<P1, P2, P3>(functionFunctor, &callee, &func, sizeof(FUNC)) {}
69
70 static void functionFunctor(const FunctorBase &ftor, P1 p1, P2 p2, P3 p3) {
71 CALLEE *callee = (CALLEE *)ftor._callee;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected