| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected