فئة 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) | يضبط قيمة البت المرجعي. |
| operator=(const Reference&) | ينسخ قيمة البت. |
| operator^=(bool) | عامل إسناد XOR. |
| [operator | =](./operator_=/)(bool) |
| operator~() const | يعكس القيمة المرجعية. |
| ~Reference() | يحذف المرجع. |
انظر أيضًا
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++