MCPcopy Create free account
hub / github.com/couchbase/fleece / operator<

Method operator<

Fleece/Support/JSONEncoder.cc:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 slice key;
97 const Value *value;
98 bool operator< (const kv &other) const {return key < other.key;}
99 };
100 smallVector<kv, 4> items;
101 items.reserve(dict->count());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected