Writable iterator. More...
#include <bitarray2.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 | bitarray2 |
Writable iterator.
|
inline |
Set a value.
| [in] | value | Value to set. |