set iterator to a defined past the end
| 10657 | |
| 10658 | /// set iterator to a defined past the end |
| 10659 | void set_end() noexcept |
| 10660 | { |
| 10661 | m_it = end_value; |
| 10662 | } |
| 10663 | |
| 10664 | /// return whether the iterator can be dereferenced |
| 10665 | constexpr bool is_begin() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected