istreambuf_iterator::streambuf_type
A type that provides for the stream type of the istreambuf_iterator.
typedef basic_streambuf<CharType, Traits> streambuf_type;
Remarks
The type is a synonym for basic_streambuf<CharType, Traits>.
Example
See istreambuf_iterator for an example of how to declare and use istreambuf_type.
Requirements
Header: <iterator>
Namespace: std