![]() |
Belle II Software release-09-00-03
|
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = T |
| using | difference_type = std::ptrdiff_t |
| using | pointer = T * |
| using | reference = T & |
Public Member Functions | |
| iterator (std::byte *ptr, size_type stride) | |
| reference | operator* () const |
| pointer | operator-> () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
Private Attributes | |
| std::byte * | m_ptr |
| size_type | m_stride |
Friends | |
| bool | operator== (const iterator &a, const iterator &b) |
| bool | operator!= (const iterator &a, const iterator &b) |
Definition at line 43 of file ntuples_full.h.
| using difference_type = std::ptrdiff_t |
Definition at line 47 of file ntuples_full.h.
| using iterator_category = std::forward_iterator_tag |
Definition at line 45 of file ntuples_full.h.
| using pointer = T* |
Definition at line 48 of file ntuples_full.h.
| using reference = T& |
Definition at line 49 of file ntuples_full.h.
| using value_type = T |
Definition at line 46 of file ntuples_full.h.
|
inline |
Definition at line 51 of file ntuples_full.h.
|
inline |
Definition at line 54 of file ntuples_full.h.
|
inline |
Definition at line 57 of file ntuples_full.h.
|
inline |
Definition at line 63 of file ntuples_full.h.
|
inline |
Definition at line 55 of file ntuples_full.h.
Definition at line 75 of file ntuples_full.h.
Definition at line 70 of file ntuples_full.h.
|
private |
Definition at line 81 of file ntuples_full.h.
|
private |
Definition at line 82 of file ntuples_full.h.