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

Method type

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

Source from the content-addressed store, hash-verified

6900
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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected