plugify
1.0.0.0
|
Public Member Functions | |
constexpr | vector_const_iterator (const vector_const_iterator &other)=default |
constexpr | vector_const_iterator (vector_const_iterator &&other)=default |
constexpr | vector_const_iterator (pointer ptr) |
constexpr | vector_const_iterator (const vector_iterator< Allocator > &other) |
constexpr vector_const_iterator & | operator= (const vector_const_iterator &other)=default |
constexpr vector_const_iterator & | operator= (vector_const_iterator &&other)=default |
constexpr reference | operator* () const noexcept |
constexpr pointer | operator-> () const noexcept |
constexpr vector_const_iterator & | operator++ () noexcept |
constexpr vector_const_iterator | operator++ (int) const noexcept |
constexpr vector_const_iterator & | operator-- () noexcept |
constexpr vector_const_iterator | operator-- (int) const noexcept |
constexpr vector_const_iterator & | operator+= (const difference_type n) noexcept |
constexpr vector_const_iterator | operator+ (const difference_type n) const noexcept |
constexpr vector_const_iterator & | operator-= (const difference_type n) noexcept |
constexpr vector_const_iterator | operator- (const difference_type n) const noexcept |
constexpr reference | operator[] (const difference_type n) const noexcept |
operator const pointer () const noexcept | |
pointer | base () const noexcept |
Protected Attributes | |
pointer | _current |
Friends | |
template<typename Alloc > | |
constexpr friend vector_const_iterator< Alloc >::difference_type | operator- (const vector_const_iterator< Alloc > &lhs, const vector_const_iterator< Alloc > &rhs) noexcept |
template<typename Alloc > | |
constexpr friend bool | operator== (const vector_const_iterator< Alloc > &lhs, const vector_const_iterator< Alloc > &rhs) noexcept |
template<typename Alloc > | |
constexpr friend auto | operator<=> (const vector_const_iterator< Alloc > &lhs, const vector_const_iterator< Alloc > &rhs) noexcept |
template<typename Alloc > | |
constexpr friend vector_const_iterator< Alloc >::difference_type | operator- (const vector_const_iterator< Alloc > &lhs, const vector_iterator< Alloc > &rhs) noexcept |
template<typename Alloc > | |
constexpr friend bool | operator== (const vector_const_iterator< Alloc > &lhs, const vector_iterator< Alloc > &rhs) noexcept |
template<typename Alloc > | |
constexpr friend auto | operator<=> (const vector_const_iterator< Alloc > &lhs, const vector_iterator< Alloc > &rhs) noexcept |
Definition at line 120 of file vector.hpp.