MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator->

Method operator->

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

Source from the content-addressed store, hash-verified

4590 T& operator*() { return *nullableValue; }
4591 T const& operator*() const { return *nullableValue; }
4592 T* operator->() { return nullableValue; }
4593 const T* operator->() const { return nullableValue; }
4594
4595 T valueOr( T const& defaultValue ) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected