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

◆ ustring() [55/66]

template<typename string_view_like_t >
constexpr xtd::ustring::ustring ( const string_view_like_t &  string_view,
const allocator_type &  allocator = allocator_type() 
)
inlineexplicitconstexpr

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

Parameters
string_viewThe string view.
allocatorThe allocator to use for all memory allocations of this string.