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
Construct a bool.
value(
bool b,
storage_ptr sp = {}) noexcept;
This constructs a bool value
using the specified memory resource.
Constant.
No-throw guarantee.
|
Name |
Description |
|---|---|
|
|
The initial value. |
|
|
A pointer to the |