...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Assignment.
value
&
operator=(
bool b) noexcept;
Replace *this
with b
.
No-throw guarantee.
Linear in the size of *this
.
Name |
Description |
---|---|
|
The new value. |