xtd 0.2.0
Loading...
Searching...
No Matches

◆ ustring() [52/66]

xtd::ustring::ustring ( ustring &&  str,
const allocator_type &  allocator 
)
noexcept

Initializes a new instance of xtd::ustring with specified string to move and allocator.

Parameters
strThe string to move.
allocatorThe allocator to use for all memory allocations of this string.