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

Method TestInvokerAsFunction

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

//////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

14031
14032 ///////////////////////////////////////////////////////////////////////////
14033 TestInvokerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( testAsFunction ) {}
14034
14035 void TestInvokerAsFunction::invoke() const {
14036 m_testAsFunction();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected