basic_ostringstream::rdbuf
Restituisce l'indirizzo del buffer del flusso archiviato di tipo pointer a basic_stringbuf<Elem, Tr, Alloc>.
basic_stringbuf<Elem, Tr, Alloc> *rdbuf( ) const;
Valore restituito
L'indirizzo del buffer del flusso archiviato, di tipo pointer a basic_stringbuf<Elem, Tr, Alloc>.
Note
La funzione membro restituisce l'indirizzo del buffer del flusso archiviato di tipo pointer a basic_stringbuf<Elem, Tr, Alloc>.
Esempio
Vedere basic_filebuf::close per un esempio che utilizza rdbuf.
Requisiti
intestazione: <sstream>
Spazio dei nomi: deviazione standard