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

Method ResultBase

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

Source from the content-addressed store, hash-verified

5718
5719 protected:
5720 ResultBase( Type type ) : m_type( type ) {}
5721 virtual ~ResultBase() = default;
5722
5723 virtual void enforceOk() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected