Assignment operators
Synopses
Declared in <bslstl_ostringstream.h>
Move‐assign from the specified rhs.
Copy‐assignment from a base basic_ostream is not supported.
BaseStream&
operator=(BaseStream const& other) = delete;
Move‐assign from a base basic_ostream.
BaseStream&
operator=(BaseStream&& rhs);
Return Value
-
reference providing modifiable access to this object
-
a reference to this stream
Parameters
Name |
Description |
rhs |
object from which to move‐assign |
other |
unused source stream |
Created with MrDocs