![]() |
Home | Libraries | People | FAQ | More |
Constructor.
explicit string(string
const& other,storage_ptr
sp);
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. |
|
An optional pointer to the |