System::Collections::BitArray::Reference class
Reference class
Reference class to allow treating BitArray elements in contexts where bool is required.
class Reference
Methods
Method | Description |
---|---|
operator bool() const | Converts referenced value to bool. |
operator&=(bool) | Assignment end operator. |
operator-=(bool) | Assignment substraction operator. |
operator=(bool) | Sets referenced bit value. |
operator=(const Reference&) | Copies bit value. |
operator^=(bool) | Assignment xor operator. |
[operator | =](./operator_=/)(bool) |
operator~() const | Inverts referenced value. |
~Reference() | Deletes reference. |
See Also
- Class BitArray
- Namespace System::Collections
- Library Aspose.PUB for C++