wstring_convert::byte_string
A type that represents a byte string.
typedef std::basic_string<char> byte_string;
Remarks
The type is a synonym for std::basic_string<char>.
Requirements
Header: <cvt/wstring>
Namespace: stdext::cvt
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
A type that represents a byte string.
typedef std::basic_string<char> byte_string;
The type is a synonym for std::basic_string<char>.
Header: <cvt/wstring>
Namespace: stdext::cvt