swap overloads

Synopses

Declared in <bslstl_ostringstream.h>

Exchange this stream with another basic_ostream.

void
swap(BaseStream& other);

Efficiently exchange the value of this object with other.

void
swap(basic_ostringstream& other);

Parameters

Name

Description

other

stream with which to exchange values

Created with MrDocs