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 |