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

◆ ustring() [56/66]

template<typename string_view_like_t >
constexpr xtd::ustring::ustring ( const string_view_like_t &  string_view,
size_type  index,
size_type  count,
const allocator_type &  allocator = allocator_type() 
)
inlineconstexpr

Initializes a new instance of xtd::ustring with specified string view of substring and allocator.

Parameters
string_viewThe string view.
indexThe index of the first substring character where start copy.
countThe number of substring characters to copy.
allocatorThe allocator to use for all memory allocations of this string.