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

See Also

Reference

<string>

char_traits Struct

basic_string Class

Other Resources

<string> Members

basic_string Members