typedef basic_ios<wchar_t> ios;
wchar_t(有关该模板的更多信息,请参阅 basic_ios)。| 模板参数 | 定义 | 注释 |
|---|---|---|
| charT | wchar_t | 别名为成员 char_type |
| 特性 (traits) | char_traits<wchar_t> | 别名为成员 traits_type |
| 成员类型 | 定义 |
|---|---|
| char_type | wchar_t |
| traits_type | char_traits<wchar_t> |
| int_type | wint_t |
| pos_type | wstreampos |
| off_type | streamoff |