Searched defs:BitStringChar (Results 1 – 1 of 1) sorted by relevance
39 struct BitStringChar { struct41 …static_assert(std::is_unsigned<StorageType>::value, "BitStringChar::StorageType must be unsigned"); argument44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() argument47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() function60 // Is there any capacity in this BitStringChar to store any data? argument77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument96 BitStringChar MaximumValue() const { in MaximumValue() argument107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument