| difference_type typedef | btck::Iterator< Collection, ValueType > | |
| Iterator()=default | btck::Iterator< Collection, ValueType > | |
| Iterator(const Collection *ptr) | btck::Iterator< Collection, ValueType > | inline |
| Iterator(const Collection *ptr, size_t idx) | btck::Iterator< Collection, ValueType > | inline |
| iterator_category typedef | btck::Iterator< Collection, ValueType > | |
| iterator_concept typedef | btck::Iterator< Collection, ValueType > | |
| m_collection | btck::Iterator< Collection, ValueType > | private |
| m_idx | btck::Iterator< Collection, ValueType > | private |
| operator*() const | btck::Iterator< Collection, ValueType > | inline |
| operator+(difference_type n) const | btck::Iterator< Collection, ValueType > | inline |
| operator+ | btck::Iterator< Collection, ValueType > | friend |
| operator++() | btck::Iterator< Collection, ValueType > | inline |
| operator++(int) | btck::Iterator< Collection, ValueType > | inline |
| operator+=(difference_type n) | btck::Iterator< Collection, ValueType > | inline |
| operator-(difference_type n) const | btck::Iterator< Collection, ValueType > | inline |
| operator-(const Iterator &other) const | btck::Iterator< Collection, ValueType > | inline |
| operator--() | btck::Iterator< Collection, ValueType > | inline |
| operator--(int) | btck::Iterator< Collection, ValueType > | inline |
| operator-=(difference_type n) | btck::Iterator< Collection, ValueType > | inline |
| operator->() const | btck::Iterator< Collection, ValueType > | inline |
| operator<=>(const Iterator &other) const | btck::Iterator< Collection, ValueType > | inline |
| operator==(const Iterator &other) const | btck::Iterator< Collection, ValueType > | inline |
| operator[](difference_type n) const | btck::Iterator< Collection, ValueType > | inline |
| value_type typedef | btck::Iterator< Collection, ValueType > | |