Searched defs:BitString (Results 1 – 1 of 1) sorted by relevance
142 struct BitString { struct143 using StorageType = BitStringChar::StorageType; argument151 // How many bits are needed to represent BitString[0..position)? 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() argument206 // See also "StrLen(BitString)" in the doc header. argument211 BitStringChar bc = (*this)[i]; in Length() argument235 BitString() = default; argument249 return (*this) == BitString{}; in IsEmpty() argument[all …]