![]() |
Home | Libraries | People | FAQ | More |
Move constructor.
array(
array
&& other) noexcept;
The array is constructed by acquiring ownership of the contents of other
and shared ownership of other
's memory resource.
After construction, the moved-from array behaves as if newly constructed with its current storage pointer.
Constant.
No-throw guarantee.
Name |
Description |
---|---|
|
The container to move |