次の方法で共有


istreambuf_iterator::istream_type

istreambuf_iteratorのストリーム型を提供する型。

typedef basic_istream<CharType, Traits> istream_type;

解説

型は basic_istream<CharTypeTraits> のシノニムです。

使用例

istream_typeを宣言して使用する方法の例については istreambuf_iterator を参照してください。

必要条件

ヘッダー: <iterator>

名前空間: std

参照

関連項目

istreambuf_iterator Class

標準テンプレート ライブラリ