set iterator to a defined past the end
| 12676 | |
| 12677 | /// set iterator to a defined past the end |
| 12678 | void set_end() noexcept |
| 12679 | { |
| 12680 | m_it = end_value; |
| 12681 | } |
| 12682 | |
| 12683 | /// return whether the iterator can be dereferenced |
| 12684 | constexpr bool is_begin() const noexcept |