u16string
A string type that describes a specialization of the template class basic_string Class based on elements of type char16_t.
typedef basic_string<char16_t, char_traits<char16_t>,
allocator<char16_t> > u16string;
Requirements
Header: <string>
Namespace: std