swap overloads
Declared in <bslstl_ostringstream.h>
Exchange this stream with another basic_ostream.
void
swap(BaseStream& other);
» more...
Efficiently exchange the value of this object with other.
void
swap(basic_ostringstream& other);
» more...
| Name | Description |
|---|---|
| other | stream with which to exchange values |