Constructs and destroys an object of the class basic_iostream.
explicit basic_iostream(basic_streambuf<charT, traits>* sb);
Calls basic_istream(<charT, traits>(sb) and basic_ostream(charT, traits>(sb). After it is constructed rdbuf() equals sb and gcount() equals zero.