次の方法で共有


istreambuf_iterator::istream_type

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

typedef basic_istream<CharType, Traits> istream_type;

解説

型は basic_istream<CharType特徴>のシノニムです。

使用例

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

必要条件

ヘッダー: の <反復子>

名前空間: std

参照

関連項目

istreambuf_iterator クラス

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