Returns the byte stream buffer.
std::streambuf *rdbuf() const;
std::streambuf *rdbuf(std::streambuf *_Bytebuf);
Parameters
Parameter  | 
Description  | 
|---|---|
*_Bytebuf  | 
The byte stream buffer to be stored in the object representing the byte stream buffer.  | 
Return Value
An object representing the underlying byte stream buffer.
Remarks
The second member function stores _Bytebuf in the object representing the byte stream buffer.
Requirements
Header: <cvt/wbuffer>
Namespace: stdext::cvt