![]() |
Home | Libraries | People | FAQ | More |
Construct an object
.
value( object const& other, storage_ptr sp);
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 |