System::Collections::BitArray::Reference sınıfı
Reference class
Reference class to allow treating BitArray elements in contexts where bool is required.
class Reference
Yöntemler
| Yöntem | Açıklama |
|---|---|
| operator bool() const | Referans verilen değeri bool’a dönüştürür. |
| operator&=(bool) | Atama bitiş operatörü. |
| operator-=(bool) | Atama çıkarma operatörü. |
| operator=(bool) | Referans verilen bit değerini ayarlar. |
| operator=(const Reference&) | Bit değerini kopyalar. |
| operator^=(bool) | Atama xor operatörü. |
| [operator | =](./operator_=/)(bool) |
| operator~() const | Referans verilen değeri tersine çevirir. |
| ~Reference() | Referansı siler. |
Ayrıca Bakınız
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++