xtd::ustring::ustring | ( | char16 * | str, |
const allocator_type & | allocator | ||
) |
Initializes a new instance of xtd::ustring with specified string to copy, and allocator.
str | The string to copy. |
allocator | The allocator to use for all memory allocations of this string. |