Namespaces
Variants
Views
Actions

std::basic_syncbuf::swap

From cppreference.com
< cpp‎ | io‎ | basic syncbuf
void swap( basic_syncbuf& other ) noexcept;

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

[edit] Parameters

other - sync stream buffer to exchange contents with

[edit] Return value

(none)

[edit] Example