Writable iterator. More...
#include <bitarray3.h>
Public Member Functions | |
void | set () |
Set a value. More... | |
void | set_off () |
Inactivate a cell. | |
bool | operator() () const |
Get if a cell is active. | |
Friends | |
class | bitarray3 |
Writable iterator.
|
inline |
Set a value.
[in] | value | Value to set. |