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.
Synopsis
Declared in <bslstl_string.h>
basic_string(basic_string<char16_t> const& original);
Created with MrDocs