set iterator to a defined past the end
| 10727 | |
| 10728 | /// set iterator to a defined past the end |
| 10729 | void set_end() noexcept |
| 10730 | { |
| 10731 | m_it = end_value; |
| 10732 | } |
| 10733 | |
| 10734 | /// return whether the iterator can be dereferenced |
| 10735 | constexpr bool is_begin() const noexcept |