GF2++
Loading...
Searching...
No Matches
BitSpan.h

Non-owning views of a contiguous range of bits from some underlying store of unsigned words.
See the BitSpan page for more details. More...

Go to the source code of this file.

Classes

class  gf2::BitSpan< Word >
 A bit_span is a non-owning view of contiguous bits stored in some underlying store of unsigned Words.
It inherits from gf2::BitStore, which provides a rich API for manipulating the bits in the span. More...

Namespaces

namespace  gf2
 The namespace for the gf2 library.

Detailed Description

Non-owning views of a contiguous range of bits from some underlying store of unsigned words.
See the BitSpan page for more details.