MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator !

Method operator !

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected