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

◆ ustring() [6/66]

xtd::ustring::ustring ( size_t  count,
char8  character,
const allocator_type &  allocator 
)

Initializes a new instance of xtd::ustring with specified count copies of character and specified allocator.

Parameters
strThe string to copy.
countThe number of copies of character.
characterThe character copied.
allocatorThe allocator to use for all memory allocations of this string.