This class implements a standard output stream that provides an accessor for obtaining a bsl::basic_string containing the sequence of characters that have been written to the stream.
Synopsis
Declared in <bslstl_ostringstream.h>
template<
class CHAR_TYPE,
class CHAR_TRAITS = char_traits<CHAR_TYPE>,
class ALLOCATOR = allocator<CHAR_TYPE>>
class basic_ostringstream
: public std::basic_ostream<CHAR_TYPE, CHAR_TRAITS>
Base Classes
Name |
Description |
|
Template class basic_ostream. |
Types
Name |
Description |
Performs setup work for output streams. |
Type Aliases
Name |
Description |
This |
|
This |
|
This |
|
This |
|
This |
|
This |
Member Functions
Name |
Description |
|
Constructors |
Assign to this object the value of the specified |
|
Return the allocator used by the underlying buffer to supply memory. |
|
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. |
Non-Member Functions
Name |
Description |
Efficiently exchange the values of the specified |
Created with MrDocs