This class implements a standard stream providing operations using bsl::basic_string for modifying or accessing the sequence of characters read from, or written to, the stream.
Synopsis
Declared in <bslstl_stringstream.h>
template<
class CHAR_TYPE,
class CHAR_TRAITS = char_traits<CHAR_TYPE>,
class ALLOCATOR = allocator<CHAR_TYPE>>
class basic_stringstream
: public std::basic_iostream<CHAR_TYPE, CHAR_TRAITS>
Base Classes
Name |
Description |
|
Template class basic_iostream |
Type Aliases
Name |
Description |
This |
|
Alias for the character type of this stream. |
|
This |
|
This |
|
This |
|
This |
Member Functions
Name |
Description |
|
Constructors |
Assign to this object the value of the specified |
|
Return an address providing modifiable access to the |
|
|
|
Efficiently exchange the value of this object with the value of the specified |
|
Return a view of the internally buffered sequence of characters maintained by this stream object. |
Protected Member Functions
Name |
Non-Member Functions
Name |
Description |
Efficiently exchange the values of the specified |
Created with MrDocs