![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <prevector.h>
Public Types | |
| typedef Diff | difference_type |
| typedef const T * | pointer |
| typedef const T & | reference |
| using | element_type = const T |
| using | iterator_category = std::contiguous_iterator_tag |
Public Member Functions | |
| const_iterator ()=default | |
| const_iterator (const T *ptr_) | |
| const_iterator (iterator x) | |
| const T & | operator* () const |
| const T * | operator-> () const |
| const T & | operator[] (size_type pos) const |
| const_iterator & | operator++ () |
| const_iterator & | operator-- () |
| const_iterator | operator++ (int) |
| const_iterator | operator-- (int) |
| difference_type friend | operator- (const_iterator a, const_iterator b) |
| const_iterator | operator+ (size_type n) const |
| const_iterator friend | operator+ (size_type n, const_iterator x) |
| const_iterator & | operator+= (size_type n) |
| const_iterator | operator- (size_type n) const |
| const_iterator & | operator-= (size_type n) |
| bool | operator== (const_iterator x) const |
| auto | operator<=> (const_iterator x) const |
Private Attributes | |
| const T * | ptr {} |
Definition at line 78 of file prevector.h.
Definition at line 81 of file prevector.h.
Definition at line 84 of file prevector.h.
| using prevector< N, T, Size, Diff >::const_iterator::iterator_category = std::contiguous_iterator_tag |
Definition at line 85 of file prevector.h.
Definition at line 82 of file prevector.h.
Definition at line 83 of file prevector.h.
Definition at line 87 of file prevector.h.
Definition at line 88 of file prevector.h.
Definition at line 89 of file prevector.h.
|
inline |
Definition at line 98 of file prevector.h.
|
inline |
Definition at line 92 of file prevector.h.
Definition at line 94 of file prevector.h.
Definition at line 99 of file prevector.h.
|
inline |
|
inline |
Definition at line 93 of file prevector.h.
Definition at line 95 of file prevector.h.
Definition at line 101 of file prevector.h.
Definition at line 90 of file prevector.h.
Definition at line 102 of file prevector.h.
Definition at line 91 of file prevector.h.
Definition at line 79 of file prevector.h.