Partager via


wbuffer_convert::rdbuf

Returns the byte stream buffer.

std::streambuf *rdbuf() const;
std::streambuf *rdbuf(std::streambuf *_Bytebuf);

Paramètres

Paramètre

Description

*_Bytebuf

The byte stream buffer to be stored in the object representing the byte stream buffer.

Valeur de retour

An object representing the underlying byte stream buffer.

Notes

The second member function stores _Bytebuf in the object representing the byte stream buffer.

Configuration requise

Header: <cvt/wbuffer>

Namespace: stdext::cvt

Voir aussi

Référence

wbuffer_convert, classe