MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TestInvokerAsMethod

Method TestInvokerAsMethod

unittests/catch.hpp:488–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 void (C::*m_testAsMethod)();
487public:
488 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {}
489
490 void invoke() const override {
491 C obj;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected