Isle
|
Proxy class to reference a single bit within the MxBitset. More...
#include <mxbitset.h>
Public Member Functions | |
Reference & | Flip () |
Flips the referenced bit (inverts its value). More... | |
bool | operator~ () const |
Returns true if the referenced bit is not set. More... | |
operator bool () const | |
Implicit conversion to bool representing the referenced bit. More... | |
Friends | |
class | MxBitset< N > |
Proxy class to reference a single bit within the MxBitset.
[AI]
[AI] Provides a reference-like object returned from operator[] to allow mutation and inspection of individual bits. [AI]
Definition at line 31 of file mxbitset.h.
|
inline |
Implicit conversion to bool representing the referenced bit.
[AI]
Definition at line 55 of file mxbitset.h.
|
inline |
Returns true if the referenced bit is not set.
[AI]
Definition at line 49 of file mxbitset.h.
|
friend |
Definition at line 167 of file mxbitset.h.