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

Method operator<

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

Source from the content-addressed store, hash-verified

1693}
1694
1695bool Value::CZString::operator<(const CZString &other) const {
1696 if (cstr_)
1697 return strcmp(cstr_, other.cstr_) < 0;
1698 return index_ < other.index_;
1699}
1700
1701bool Value::CZString::operator==(const CZString &other) const {
1702 if (cstr_)

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
compareMethod · 0.80

Tested by

no test coverage detected