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

Method operator<

src/jsoncpp/jsoncpp.cpp:1685–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683}
1684
1685bool Value::CZString::operator<(const CZString& other) const {
1686 if (cstr_)
1687 return strcmp(cstr_, other.cstr_) < 0;
1688 return index_ < other.index_;
1689}
1690
1691bool Value::CZString::operator==(const CZString& other) const {
1692 if (cstr_)

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
compareMethod · 0.45

Tested by

no test coverage detected