Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the address of the stored stream buffer of type pointer to basic_stringbuf<Elem, Tr, Alloc>.
basic_stringbuf<Elem, Tr, Alloc> *rdbuf( ) const;
Return Value
The address of the stored stream buffer, of type pointer to basic_stringbuf<Elem, Tr, Alloc>.
Remarks
The member function returns the address of the stored stream buffer of type pointer to basic_stringbuf<Elem, Tr, Alloc>.
Example
See basic_filebuf::close for an example that uses rdbuf.
Requirements
Header: <sstream>
Namespace: std