We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
inline const_iterator() noexcept
inline const_iterator(PointerType ptr) noexcept
_NODISCARD inline ReferenceType operator[](const size_t index) const noexcept
_NODISCARD inline PointerType operator->() const noexcept
_NODISCARD inline ReferenceType operator*() const noexcept
inline const_iterator& operator++() noexcept
inline const_iterator operator++(int) noexcept
inline const_iterator& operator--() noexcept
inline const_iterator operator--(int) noexcept
inline const_iterator& operator+=(const size_t val) noexcept
_NODISCARD inline const_iterator operator+(const size_t val) const noexcept
inline const_iterator& operator-=(const size_t val) noexcept
_NODISCARD inline const_iterator operator-(const size_t val) const noexcept
bool operator==(const const_iterator& other) const noexcept
bool operator!=(const const_iterator& other) const noexcept
bool operator>=(const const_iterator& other) const noexcept
bool operator<=(const const_iterator& other) const noexcept
bool operator>(const const_iterator& other) const noexcept
bool operator<(const const_iterator& other) const noexcept
There was an error while loading. Please reload this page.