|
pstore2
|


Public Types | |
| using | assign_type = ValueType |
| The canonical type that can be assigned to a bit-field instance. | |
Public Member Functions | |
| constexpr | operator value_type () const noexcept |
| obtains the value held in the bit-field. | |
| template<typename T > | |
| bit_field & | operator= (T v) noexcept |
| assigns a value to the bit-field | |
| template<typename T > | |
| bit_field & | operator+= (T other) noexcept |
| template<typename T > | |
| bit_field & | operator-= (T other) noexcept |
| bit_field & | operator++ () noexcept |
| bit_field | operator++ (int) noexcept |
| bit_field & | operator-- () noexcept |
| bit_field | operator-- (int) noexcept |
1.8.13