[#bsl-basic_ostringstream-operator_assign-02] = xref:bsl.adoc[bsl]::xref:bsl/basic_ostringstream.adoc[basic_ostringstream]::operator= :relfileprefix: ../../ :mrdocs: Copy‐assignment from a base `basic_ostream` is not supported. == Synopsis Declared in `<bslstl_ostringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_ostringstream.adoc[BaseStream]& operator=(xref:bsl/basic_ostringstream.adoc[BaseStream] const& other) = delete; ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *other* | unused source stream |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#