|  | Home | Libraries | People | FAQ | More | 
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. |