istreambuf_iterator のストリーム型を提供する型。
typedef basic_streambuf<CharType, Traits> streambuf_type;
解説
型は basic_streambuf<CharType、Traits> のシノニムです。
使用例
istreambuf_typeを宣言して使用する方法の例については istreambuf_iterator を参照してください。
必要条件
ヘッダー: <iterator>
名前空間: std
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
istreambuf_iterator のストリーム型を提供する型。
typedef basic_streambuf<CharType, Traits> streambuf_type;
型は basic_streambuf<CharType、Traits> のシノニムです。
istreambuf_typeを宣言して使用する方法の例については istreambuf_iterator を参照してください。
ヘッダー: <iterator>
名前空間: std