Copy‐assignment from a base basic_ostream is not supported.
Synopsis
Declared in <bslstl_ostringstream.h>
BaseStream&
operator=(BaseStream const& other) = delete;
Return Value
a reference to this stream
Parameters
Name |
Description |
other |
unused source stream |
Created with MrDocs