-
#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 union of two sets.