バイトの文字列を表す型。
typedef std::basic_string<char> byte_string;
解説
この型は、std::basic_string<char> のシノニムです。
必要条件
ヘッダー: <cvt/wstring>
名前空間: の stdext::cvt
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
バイトの文字列を表す型。
typedef std::basic_string<char> byte_string;
この型は、std::basic_string<char> のシノニムです。
ヘッダー: <cvt/wstring>
名前空間: の stdext::cvt