Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
See Also
Reference
Thread Safety in the Standard C++ Library