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 an object.
value(objectconst& other,storage_ptrsp);
The value is copy constructed from other,
using the specified memory resource.
Linear in other.size().
Strong guarantee. Calls to memory_resource::allocate
may throw.
|
Name |
Description |
|---|---|
|
|
The object to construct with. |
|
|
A pointer to the |