Searched defs:BitString (Results 1 – 1 of 1) sorted by relevance
142 struct BitString { struct143 using StorageType = BitStringChar::StorageType; argument171 // How many bits are needed for a BitStringChar at the position? argument181 // See also "BitString[N]" in the doc header. argument193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument211 BitStringChar bc = (*this)[i]; in Length() argument235 BitString() = default; argument249 return (*this) == BitString{}; in IsEmpty() argument255 BitString Truncate(size_t end) { in Truncate() argument277 static_assert(BitSizeOf<BitString::StorageType>() >= argument