istrstream Class
Describes an object that controls extraction of elements and encoded objects from a stream buffer of class strstreambuf.
class istrstream : public istream
Remarks
The object stores an object of class strstreambuf.
Note
This class is deprecated. Consider using istringstream or wistringstream instead.
Constructors
Constructs an object of type istrstream. |
Member Functions
Returns a pointer to the stream's associated strstreambuf object. |
|
Calls freeze, and then returns a pointer to the beginning of the controlled sequence. |
Requirements
Header: <strstream>
Namespace: std