Create a string having the same value as the specified original.
Create a string that has the same value as the specified original string. Use the allocator returned by 'bsl::allocator_traits<ALLOCATOR>:: select_on_container_copy_construction(original.get_allocator())' to supply memory.
| Name | Description |
|---|---|
| original | string whose value is copied |