Searched refs:_Bit_reference (Results 1 – 2 of 2) sorted by relevance
42 struct _Bit_reference { struct45 _Bit_reference(unsigned int* __x, unsigned int __y) in _Bit_reference() function49 _Bit_reference() : _M_p(0), _M_mask(0) {} in _Bit_reference() argument54 _Bit_reference& operator = (bool __x) {59 _Bit_reference& operator = (const _Bit_reference& __x) {62 bool operator == (const _Bit_reference& __x) const {65 bool operator < (const _Bit_reference& __x) const {69 _Bit_reference& operator |= (bool __x) {74 _Bit_reference& operator &= (bool __x) {85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { in swap() argument[all …]
7400 * _bvector.h : Addition of the |= and &= operator on the _Bit_reference struct (thanks Ed Rice)