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

Method operator==

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

Source from the content-addressed store, hash-verified

1699}
1700
1701bool Value::CZString::operator==(const CZString &other) const {
1702 if (cstr_)
1703 return strcmp(cstr_, other.cstr_) == 0;
1704 return index_ == other.index_;
1705}
1706
1707ArrayIndex Value::CZString::index() const { return index_; }
1708

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
compareMethod · 0.80

Tested by

no test coverage detected