-
#include "tensorstore/util/small_bit_set.h"
-
friend constexpr SmallBitSet
tensorstore::SmallBitSet<N>::operator^(SmallBitSet a, SmallBitSet b); -
friend constexpr SmallBitSet&
tensorstore::SmallBitSet<N>::operator^=(SmallBitSet& a,
SmallBitSet b); Computes the exclusive OR of two sets.