|  | Home | Libraries | People | FAQ | More | 
Copy constructor.
string( string const& other);
            Construct the contents with a copy of other.
          
            Linear in other.size().
          
            Strong guarantee. Calls to memory_resource::allocate
            may throw.
          
| Name | Description | 
|---|---|
| 
                       | The string to use as a source to copy from. |