| 10679 | } |
| 10680 | |
| 10681 | friend constexpr bool operator<(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept |
| 10682 | { |
| 10683 | return lhs.m_it < rhs.m_it; |
| 10684 | } |
| 10685 | |
| 10686 | primitive_iterator_t operator+(difference_type n) noexcept |
| 10687 | { |
nothing calls this directly
no outgoing calls
no test coverage detected