![]() |
Bitcoin Core 29.99.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 |
bool | operator!= (const_iterator x) const |
bool | operator>= (const_iterator x) const |
bool | operator<= (const_iterator x) const |
bool | operator> (const_iterator x) const |
bool | operator< (const_iterator x) const |
Private Attributes | |
const T * | ptr {} |
Definition at line 80 of file prevector.h.
typedef Diff prevector< N, T, Size, Diff >::const_iterator::difference_type |
Definition at line 83 of file prevector.h.
using prevector< N, T, Size, Diff >::const_iterator::element_type = const T |
Definition at line 86 of file prevector.h.
using prevector< N, T, Size, Diff >::const_iterator::iterator_category = std::contiguous_iterator_tag |
Definition at line 87 of file prevector.h.
typedef const T* prevector< N, T, Size, Diff >::const_iterator::pointer |
Definition at line 84 of file prevector.h.
typedef const T& prevector< N, T, Size, Diff >::const_iterator::reference |
Definition at line 85 of file prevector.h.
|
default |
|
inline |
Definition at line 89 of file prevector.h.
|
inline |
Definition at line 90 of file prevector.h.
|
inline |
Definition at line 105 of file prevector.h.
|
inline |
Definition at line 91 of file prevector.h.
|
inline |
|
inline |
Definition at line 100 of file prevector.h.
|
inline |
Definition at line 94 of file prevector.h.
|
inline |
Definition at line 96 of file prevector.h.
|
inline |
Definition at line 101 of file prevector.h.
|
inline |
Definition at line 98 of file prevector.h.
|
inline |
|
inline |
Definition at line 95 of file prevector.h.
|
inline |
Definition at line 97 of file prevector.h.
|
inline |
Definition at line 103 of file prevector.h.
|
inline |
Definition at line 92 of file prevector.h.
|
inline |
Definition at line 109 of file prevector.h.
|
inline |
Definition at line 107 of file prevector.h.
|
inline |
Definition at line 104 of file prevector.h.
|
inline |
Definition at line 108 of file prevector.h.
|
inline |
Definition at line 106 of file prevector.h.
|
inline |
Definition at line 93 of file prevector.h.
|
private |
Definition at line 81 of file prevector.h.