System::Collections::BitArray::Reference::operator= method
Reference::operator=(bool) method
Sets referenced bit value.
Reference & System::Collections::BitArray::Reference::operator=(bool value)
Parameter | Type | Description |
---|---|---|
value | bool | to set. |
ReturnValue
This reference.
See Also
- Class Reference
- Class Reference
- Class BitArray
- Namespace System::Collections
- Library Aspose.PUB for C++
Reference::operator=(const Reference&) method
Copies bit value.
Reference & System::Collections::BitArray::Reference::operator=(const Reference &reference)
Parameter | Type | Description |
---|---|---|
reference | const Reference& | Reference to source bit. |
ReturnValue
This reference.
See Also
- Class Reference
- Class Reference
- Class BitArray
- Namespace System::Collections
- Library Aspose.PUB for C++