Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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