u32string
A string type based on a specialization of the template class basic_string Class using elements of type char32_t.
typedef basic_string<char32_t, char_traits<char32_t>,
allocator<char32_t> > u32string;
Requirements
Header: <string>
Namespace: std