...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Assignment.
value
& operator=(array
const& arr);
Replace *this
with a copy of the array arr
.
Strong guarantee. Calls to memory_resource::allocate
may throw.
Linear in the sum of sizes of *this
and arr
Name |
Description |
---|---|
|
The new array. |