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

Method some

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected