#include "tensorstore/util/small_bit_set.h" const BitRef& tensorstore::BitRef<T>::operator=(BitRef value) const; Equivalent to *this = static_cast<bool>(value). Note This does not rebind the BitRef.