MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / TestInvokerAsFunction

Method TestInvokerAsFunction

tests/catch.hpp:11602–11602  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

11600
11601 ///////////////////////////////////////////////////////////////////////////
11602 TestInvokerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( testAsFunction ) {}
11603
11604 void TestInvokerAsFunction::invoke() const {
11605 m_testAsFunction();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected