bsl::basic_ostringstream::swap

swap overloads

Synopses

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...

Parameters

NameDescription
otherstream with which to exchange values