string
typedef basic_string<char> string;
The type describes a specialization of template class basic_string for elements of type char.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
string
typedef basic_string<char> string;
The type describes a specialization of template class basic_string for elements of type char.