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

Method some

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

Source from the content-addressed store, hash-verified

4597 }
4598
4599 bool some() const { return nullableValue != nullptr; }
4600 bool none() const { return nullableValue == nullptr; }
4601
4602 bool operator !() const { return nullableValue == nullptr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected