Move‐assign from a base basic_ostream.
Synopsis
Declared in <bslstl_ostringstream.h>
BaseStream&
operator=(BaseStream&& rhs);
Return Value
a reference to this stream
Parameters
Name |
Description |
rhs |
stream to move from |
Created with MrDocs