Provides a two-dimensional structure of packed bits. More...
Go to the source code of this file.
Classes | |
class | RC::Bitfield2D |
A bounds-safe two-dimensional structure of efficiently packed bits. More... | |
Namespaces | |
RC | |
Functions | |
std::ostream & | RC::operator<< (std::ostream &out, const Bitfield2D &b) |
Outputs data to a stream as a character series of '1's and '0's, with newlines trailing each entry of dimension 2. More... | |
Provides a two-dimensional structure of packed bits.