wstring_convert::wide_string

ワイド文字列を表す型。

typedef std::basic_string<_Elem> wide_string;

解説

この型は、std::basic_string<_Elem> のシノニムです。

必要条件

ヘッダー: <cvt/wstring>

名前空間: の stdext::cvt

参照

関連項目

wstring_convert Class