Standard C++ Library Reference ISO/IEC (VERSION3)
Otherwise, ptr must designate the first element of an array of count elements that
contains a C string whose first element is designated by ptr, and the constructor calls
strstreambuf(ptr, count, ptr + strlen(ptr).
●
strstream::rdbuf
strstreambuf *rdbuf() const
The member function returns the address of the stored stream buffer, of type pointer to
strstreambuf.
strstream::str
char *str();
The member function returns rdbuf()-> str().
See also the Table of Contents and the Index.
Copyright © 1992-2001 by P.J. Plauger. All rights reserved.