MCPcopy Create free account
hub / github.com/Tessil/ordered-map / operator<

Method operator<

include/tsl/ordered_hash.h:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 }
441
442 friend bool operator<(const ordered_iterator& lhs,
443 const ordered_iterator& rhs) {
444 return lhs.m_iterator < rhs.m_iterator;
445 }
446
447 friend bool operator>(const ordered_iterator& lhs,
448 const ordered_iterator& rhs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected