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

Method runtimeError

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

Source from the content-addressed store, hash-verified

6897 static auto ok() -> BasicResult { return { ResultBase::Ok }; }
6898 static auto logicError( std::string const &message ) -> BasicResult { return { ResultBase::LogicError, message }; }
6899 static auto runtimeError( std::string const &message ) -> BasicResult { return { ResultBase::RuntimeError, message }; }
6900
6901 explicit operator bool() const { return m_type == ResultBase::Ok; }
6902 auto type() const -> ResultBase::Type { return m_type; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected