Public Member Functions | |
| Bit_reference (Bit_type *x, Bit_type y) | |
| Bit_reference () | |
| operator bool () const | |
| Bit_reference & | operator= (bool x) |
| Bit_reference & | operator= (const Bit_reference &x) |
| bool | operator== (const Bit_reference &x) const |
| bool | operator< (const Bit_reference &x) const |
| void | flip () |
Public Attributes | |
| Bit_type * | M_p |
| Bit_type | M_mask |
Definition at line 69 of file stl_bvector.h.
1.5.1