MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / errorMessage

Method errorMessage

tests/catch.hpp:6903–6903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6901 explicit operator bool() const { return m_type == ResultBase::Ok; }
6902 auto type() const -> ResultBase::Type { return m_type; }
6903 auto errorMessage() const -> std::string { return m_errorMessage; }
6904
6905 protected:
6906 void enforceOk() const override {

Callers 2

BasicResultMethod · 0.80
applyCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected