xtd::ustring::ustring | ( | std::initializer_list< wchar > | il, |
const allocator_type & | allocator | ||
) |
Initializes a new instance of xtd::ustring with specified initializer list and allocator.
il | The initializer list to fill. |
allocator | The allocator to use for all memory allocations of this string. |