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

Method operator>=

include/tsl/ordered_hash.h:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 }
456
457 friend bool operator>=(const ordered_iterator& lhs,
458 const ordered_iterator& rhs) {
459 return lhs.m_iterator >= rhs.m_iterator;
460 }
461
462 friend ordered_iterator operator+(difference_type n,
463 const ordered_iterator& it) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected