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

Method operator !

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

Source from the content-addressed store, hash-verified

4600 bool none() const { return nullableValue == nullptr; }
4601
4602 bool operator !() const { return nullableValue == nullptr; }
4603 explicit operator bool() const {
4604 return some();
4605 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected