Searched refs:_Bit_reference (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_bvector.h43 struct _Bit_reference { struct
46 _Bit_reference(unsigned int* __x, unsigned int __y) function in struct:_Bit_reference
50 _Bit_reference() : _M_p(0), _M_mask(0) {} function in struct:_Bit_reference
52 _Bit_reference& operator=(bool __x)
58 _Bit_reference& operator=(const _Bit_reference& __x)
60 bool operator==(const _Bit_reference& __x) const
62 bool operator<(const _Bit_reference& __x) const {
68 inline void swap(_Bit_reference __x, _Bit_reference __
[all...]

Completed in 29 milliseconds