![]() |
Home | Libraries | People | FAQ | More |
Construct an array
.
value( array&& other, storage_ptr sp);
The value is move-constructed from other
,
using the specified memory resource.
Constant or linear in other.size()
.
Strong guarantee. Calls to memory_resource::allocate
may throw.
Name |
Description |
---|---|
|
The array to construct with. |
|
A pointer to the |