Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ibitset::bit_reference Class Reference
The reference type returned. More...
#include <bitset.h>
Public Member Functions | |
| operator bool () const | |
| Conversion operator. | |
| bit_reference & | operator= (bool b) |
| Assignment operator. | |
| bit_reference & | operator= (const bit_reference &r) |
| Assignment operator. | |
| bit_reference & | flip () |
| Flip the bit. | |
| bool | operator~ () const |
| Return the logical inverse of the bit. | |
Detailed Description
The reference type returned.
Definition at line 125 of file bitset.h.
Member Function Documentation
| bit_reference& flip | ( | ) |
| bit_reference& operator= | ( | bool | b ) |
| bit_reference& operator= | ( | const bit_reference & | r ) |
Generated on Tue Jul 12 2022 14:05:49 by
1.7.2