| 1125 | |
| 1126 | path const& dereference() const { return m_element; } |
| 1127 | bool equal(path_reverse_iterator const& rhs) const noexcept { return m_itr == rhs.m_itr; } |
| 1128 | |
| 1129 | void increment() |
| 1130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected