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()Διαγράφει την αναφορά.

Δείτε επίσης