std::basic_syncbuf<CharT,Traits,Allocator>::swap

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

# Declarations

void swap( basic_syncbuf& other );

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example