Public Types | |
| using | value_type = T |
| using | reference = T |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| constexpr T | operator* () const noexcept |
| constexpr const_iterator & | operator++ () noexcept |
| constexpr const_iterator | operator++ (int) noexcept |
| constexpr bool | operator== (const_iterator) const noexcept |
| Comparison of the iterator is always true. | |
| constexpr bool | operator!= (const_iterator) const noexcept |