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

Method type

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

Source from the content-addressed store, hash-verified

5789
5790 explicit operator bool() const { return m_type == ResultBase::Ok; }
5791 auto type() const -> ResultBase::Type { return m_type; }
5792 auto errorMessage() const -> std::string { return m_errorMessage; }
5793
5794 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected