C++ 頭文件系列(ostream)。本站提示廣大學習愛好者:(C++ 頭文件系列(ostream))文章只能為提供參考,不一定能成為您想要的結果。以下是C++ 頭文件系列(ostream)正文
頭文件ostream次要定義了一個輸入流類模版basic_ostream
,該模版承繼自basic_ios
模版。
與basic_istream模版一樣,basic_ostream也定義了一個sentry類,詳見basic_istream::sentry。
2.2 流定位函數pubsync
函數, 為同步語義)。typedef basic_ostream<char> ostream;
typedef basic_ostream<wchar_t> wostream;