string
string
typedef basic_string<char> string;
The type describes a specialization of template class basic_string
for elements of type char.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
string
typedef basic_string<char> string;
The type describes a specialization of template class basic_string
for elements of type char.