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

See Also

Reference

<string>

char_traits Struct

basic_string Class

Other Resources

<string> Members

basic_string Members