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

Method ~ResultBase

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected