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

Method operator<

include/tsl/ordered_map.h:975–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973 return lhs.m_ht != rhs.m_ht;
974 }
975 friend bool operator<(const ordered_map& lhs, const ordered_map& rhs) {
976 return lhs.m_ht < rhs.m_ht;
977 }
978 friend bool operator<=(const ordered_map& lhs, const ordered_map& rhs) {
979 return lhs.m_ht <= rhs.m_ht;
980 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected