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

Method MemberFunctionWrapper2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected