Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assigns a stream buffer to be the read buffer for this stream object.
void set_rdbuf(
basic_streambuf<Elem, Tr> *_Strbuf
)
Parameters
- _Strbuf
The stream buffer to become the read buffer.
Remarks
The protected member function stores _Strbuf in the stream buffer pointer.It does not call clear.
Requirements
Header: <ios>
Namespace: std