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

Method value

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

Source from the content-addressed store, hash-verified

6840 class ResultValueBase : public ResultBase {
6841 public:
6842 auto value() const -> T const & {
6843 enforceOk();
6844 return m_value;
6845 }
6846
6847 protected:
6848 ResultValueBase( Type type ) : ResultBase( type ) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected