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

Method operator!=

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

Source from the content-addressed store, hash-verified

3131}
3132
3133bool Value::operator!=(const Value& other) const { return !(*this == other); }
3134
3135const char* Value::asCString() const {
3136 JSON_ASSERT_MESSAGE(type_ == stringValue,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected