#include "tensorstore/util/small_bit_set.h"
friend void tensorstore::BitRef<T>::swap(BitRef abool& x);
friend void tensorstore::BitRef<T>::swap(bool& xBitRef a);

Swaps the referenced bit with a bool value.