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++