#include "tensorstore/util/small_bit_set.h"
friend constexpr bool
tensorstore::BitIterator<T>::operator==(BitIterator aBitIterator b);
friend constexpr bool
tensorstore::BitIterator<T>::operator!=(BitIterator aBitIterator b);
friend constexpr bool
tensorstore::BitIterator<T>::operator<(BitIterator aBitIterator b);
friend constexpr bool
tensorstore::BitIterator<T>::operator<=(BitIterator aBitIterator b);
friend constexpr bool
tensorstore::BitIterator<T>::operator>(BitIterator aBitIterator b);
friend constexpr bool
tensorstore::BitIterator<T>::operator>=(BitIterator aBitIterator b);

Compares the positions of two iterators.

Dchecks:

a.base() == b.base().