explicit basic_istream(basic_streambuf<charT, traits>* sb);
Effects: Constructs an object of class basic_istream, initializing the base class subobject with basic_ios::init(sb) ([basic.ios.cons]).
Postconditions: gcount() == 0.
basic_istream(basic_istream&& rhs);
Effects: Move constructs from the rvalue rhs. This is accomplished by default constructing the base class, copying the gcount() from rhs, calling basic_ios<charT, traits>::move(rhs) to initialize the base class, and setting the gcount() for rhs to 0.
virtual ~basic_istream();
Effects: Destroys an object of class basic_istream.
Remarks: Does not perform any operations of rdbuf().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4