MCPcopy Create free account
hub / github.com/Profactor/cv-plot / TestInvokerAsMethod

Method TestInvokerAsMethod

CvPlot/ext/catch2/inc/catch.hpp:942–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940 void (C::*m_testAsMethod)();
941public:
942 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {}
943
944 void invoke() const override {
945 C obj;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected