typedef basic_streambuf<wchar_t> wstreambuf;
wchar_t
类型)流的基类缓冲wchar_t
类型)的流缓冲类的基虚类。有关该模板的更多信息,请参阅basic_streambuf。模板参数 | 定义 | 注释 |
---|---|---|
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 |