-
#include "tensorstore/util/small_bit_set.h"
-
friend constexpr bool
tensorstore::BitIterator<T>::operator==(BitIterator a, BitIterator b); -
friend constexpr bool
tensorstore::BitIterator<T>::operator!=(BitIterator a, BitIterator b); -
friend constexpr bool
tensorstore::BitIterator<T>::operator<(BitIterator a, BitIterator b); -
friend constexpr bool
tensorstore::BitIterator<T>::operator<=(BitIterator a, BitIterator b); -
friend constexpr bool
tensorstore::BitIterator<T>::operator>(BitIterator a, BitIterator b); -
friend constexpr bool
tensorstore::BitIterator<T>::operator>=(BitIterator a, BitIterator b); Compares the positions of two iterators.