|
| iterator (chunk_base_ptr< Seq > const &__restrict__ start, Seq seq) |
|
Seq | seq () const |
|
void | clear () |
|
iterator & | operator++ () __restrict__ |
|
iterator | operator++ (int) __restrict__ |
|
iterator | operator+ (size_t dis) const __restrict__ |
|
size_t | operator- (iterator const &other) const __restrict__ |
|
| operator bool () const __restrict__ |
|
bool | operator< (iterator const &other) const __restrict__ |
|
bool | operator== (iterator const &other) const __restrict__ |
|
bool | operator!= (iterator const &other) const __restrict__ |
|
void * | operator* () const __restrict__ |
|
template<typename T > |
T & | get () const __restrict__ |
|
template<typename T > |
T * | operator-> () __restrict__ |
|
The documentation for this struct was generated from the following file: