|  | Home | Libraries | People | FAQ | More | 
Copy constructor.
array( array const& other);
            The array is constructed with a copy of the contents of other, using other's
            memory resource.
          
            Linear in other.size().
          
            Strong guarantee. Calls to memory_resource::allocate
            may throw.
          
| Name | Description | 
|---|---|
| 
                       | The array to copy |