MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / none

Method none

unittests/catch.hpp:3514–3514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3512
3513 bool some() const { return nullableValue != nullptr; }
3514 bool none() const { return nullableValue == nullptr; }
3515
3516 bool operator !() const { return nullableValue == nullptr; }
3517 explicit operator bool() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected