| 207 | } |
| 208 | |
| 209 | constexpr auto operator*() const |
| 210 | { |
| 211 | const auto blockIndex = computeBlockIndex(_pos); |
| 212 | const auto blockOffset = computeBlockOffset(_pos); |
| 213 | return TValue(_bitset->data(), blockIndex, blockOffset); |
| 214 | } |
| 215 | |
| 216 | constexpr bool operator==(iterator_base other) const |
| 217 | { |