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

Method operator!=

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

Source from the content-addressed store, hash-verified

2091}
2092
2093bool Value::operator!=(const Value &other) const { return !(*this == other); }
2094
2095const char *Value::asCString() const {
2096 JSON_ASSERT_MESSAGE(type_ == stringValue,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected