std::basic_streambuf<CharT,Traits>::swap

Exchanges the contents of the stream buffer with those of other.

# Declarations

void swap( basic_streambuf& other );

(since C++11)

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example