MCPcopy Create free account
hub / github.com/cinder/Cinder / operator==

Method operator==

src/jsoncpp/jsoncpp.cpp:1691–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1689}
1690
1691bool Value::CZString::operator==(const CZString& other) const {
1692 if (cstr_)
1693 return strcmp(cstr_, other.cstr_) == 0;
1694 return index_ == other.index_;
1695}
1696
1697ArrayIndex Value::CZString::index() const { return index_; }
1698

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
compareMethod · 0.45

Tested by

no test coverage detected