MCPcopy Create free account
hub / github.com/Illumina/hap.py / operator!

Method operator!

external/jsoncpp/jsoncpp.cpp:2364–2364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2362}
2363
2364bool Value::operator!() const { return isNull(); }
2365
2366void Value::clear() {
2367 JSON_ASSERT_MESSAGE(type_ == nullValue || type_ == arrayValue ||

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected