explicit basic_iostream(basic_streambuf<charT, traits>* sb);
Effects: Constructs an object of class basic_iostream, initializing the base class subobjects with basic_istream<charT, traits>(sb) and basic_ostream<charT, traits>(sb).
2 #Postconditions: rdbuf() == sb and gcount() == 0.
basic_iostream(basic_iostream&& rhs);
Effects: Move constructs from the rvalue rhs by constructing the basic_istream base class with move(rhs).
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