boost::dynamic_bitset::reference::operator‐=
See the class description.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
reference&
operator‐=(bool x);
Parameters
| Name | Description |
|---|---|
x |
The right operand |
Created with MrDocs
Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
See the class description.
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
reference&
operator‐=(bool x);
| Name | Description |
|---|---|
x |
The right operand |
Created with MrDocs