basic_ostringstream::rdbuf

basic_stringbuf<E, T, A> *rdbuf() const

The member function returns the address of the stored stream buffer, of type pointer to basic_stringbuf<E, T, A>.


Send feedback to MSDN.Look here for MSDN Online resources.