<strstream>

<strstream>

namespace std {
    class strstreambuf;
    class istrstream;
    class ostrstream;
    class strstream;
    };

Include the iostreams standard header <strstream> to define several classes that support iostreams operations on sequences stored in an allocated array of char object. Such sequences are easily converted to and from C strings.