|
using | value_type = T |
|
using | reference = T |
|
using | difference_type = std::ptrdiff_t |
|
using | iterator_category = std::forward_iterator_tag |
|
|
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 |
|
The documentation for this struct was generated from the following file: