MCPcopy Create free account
hub / github.com/apple/foundationdb / KeyOrder

Class KeyOrder

fdbclient/include/fdbclient/SimpleIni.h:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317 /** Strict less ordering by name of key only */
318 struct KeyOrder {
319 bool operator()(const Entry& lhs, const Entry& rhs) const {
320 const static SI_STRLESS isLess = SI_STRLESS();
321 return isLess(lhs.pItem, rhs.pItem);
322 }
323 };
324
325 /** Strict less ordering by order, and then name of key */
326 struct LoadOrder {

Callers 3

CommandMethod · 0.85
makeCommandMethod · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected