MCPcopy Create free account
hub / github.com/RenderKit/embree / errorMessage

Method errorMessage

tutorials/external/catch.hpp:7122–7122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7120 explicit operator bool() const { return m_type == ResultBase::Ok; }
7121 auto type() const -> ResultBase::Type { return m_type; }
7122 auto errorMessage() const -> std::string { return m_errorMessage; }
7123
7124 protected:
7125 void enforceOk() const override {

Callers 2

BasicResultMethod · 0.80
applyCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected