The strstreambuf class is a derived class of streambuf that manages an in-memory character array.
The file stream classes, ostrstream, istrstream, and strstream, use strstreambuf member functions to fetch and store characters. Some of these member functions are virtual functions defined for the streambuf class.
The reserve area, put area, and get area were introduced in the streambuf class description. For strsteambuf objects, the put area is the same as the get area, but the get pointer and the put pointer move independently.
#include <strstrea.h>
istrstream, ostrstream, filebuf, stdiobuf