Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members of the basic_istringstream Class. For a list of members inherited by the basic_istringstream class, see basic_istream Members.
Reference
Constructors
Constructs an object of type basic_istringstream. |
Typedefs
The type is a synonym for the template parameter Alloc. |
Member Functions
Returns the address of the stored stream buffer of type pointer to basic_stringbuf<Elem, Tr, Alloc>. |
|
Sets or gets the text in a string buffer without changing the write position. |
|
Exchanges the values in this basic_istringstream object for those of the provided object. |
Operators
Assigns the values to this basic_istringstream object from the object parameter. |
See Also
Reference
Thread Safety in the Standard C++ Library