basic_istream::basic_istream
basic_istream::basic_istream
explicit basic_istream(basic_streambuf<E, T> *sb);
The constructor initializes the base class by calling init
(sb)
. It also stores zero in the extraction count.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
basic_istream::basic_istream
explicit basic_istream(basic_streambuf<E, T> *sb);
The constructor initializes the base class by calling init
(sb)
. It also stores zero in the extraction count.