Namespaces
Variants

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

From cppreference.net
void swap ( basic_syncbuf & other ) ;

同期ストリームバッファの内容を other の内容と交換します。

パラメータ

other - 同期ストリームバッファとの内容交換

戻り値

(なし)