An lvalue proxy for single bits.
More...
#include <bitvector.h>
|
void | operator& ()=delete |
|
| reference (block_type &block, block_type i) |
| Constructs a bit from a block. More...
|
|
|
block_type & | block_ |
|
block_type const | mask_ |
|
An lvalue proxy for single bits.
Definition at line 25 of file bitvector.h.
bf::bitvector::reference::reference |
( |
block_type & |
block, |
|
|
block_type |
i |
|
) |
| |
|
private |
Constructs a bit from a block.
- Parameters
-
block | The block to look at. |
i | The bit position within block. |
Definition at line 29 of file bitvector.cc.
The documentation for this class was generated from the following files: