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.Page for C++