bit_logic > Concepts > Bit Container

Bit Container

A Bit Container is a POD data structure which has a public API for manipulating the bit data it represents.

Bit Containers adhere to these concepts:
  • Assignable
  • Default Constructable
  • Equality Comparable
  • LessThan Comparable