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

◆ ustring() [54/66]

template<typename input_iterator_t >
xtd::ustring::ustring ( input_iterator_t  first,
input_iterator_t  last,
const allocator_type &  allocator 
)
inline

Initializes a new instance of xtd::ustring with specified first and last iterators of substring and allocator.

Parameters
firstThe first iterator of substring.
lastThe first iterator of substring.
allocatorThe allocator to use for all memory allocations of this string.