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

Method FunctionWrapper2

src/base/Functor2.h:56–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54class FunctionWrapper2 : public Functor2<P1, P2> {
55 public:
56 FunctionWrapper2(FUNC func) :
57 Functor2<P1, P2>(functionFunctor, nullptr, (void *)func, 0) {}
58
59 static void functionFunctor(const FunctorBase &ftor, P1 p1, P2 p2) {
60 (FUNC(ftor._callback))(p1, p2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected