System::Collections::BitArray::Reference κλάση
Reference class
Reference class to allow treating BitArray elements in contexts where bool is required.
class Reference
Μέθοδοι
| Μέθοδος | Περιγραφή |
|---|---|
| operator bool() const | Μετατρέπει την αναφερόμενη τιμή σε bool. |
| operator&=(bool) | Τελεστής ανάθεσης τέλους. |
| operator-=(bool) | Τελεστής ανάθεσης αφαίρεσης. |
| operator=(bool) | Ορίζει την τιμή του αναφερόμενου bit. |
| operator=(const Reference&) | Αντιγράφει την τιμή του bit. |
| operator^=(bool) | Τελεστής ανάθεσης XOR. |
| [operator | =](./operator_=/)(bool) |
| operator~() const | Αντιστρέφει την αναφερόμενη τιμή. |
| ~Reference() | Διαγράφει την αναφορά. |
Δείτε επίσης
- Class BitArray
- Namespace System::Collections
- Library Aspose.Page for C++