Namespaces
Variants

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

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

Tauscht den Inhalt des Synchronisations-Stream-Puffers mit dem von other aus.

Parameter

other - Stream-Puffer synchronisieren, um Inhalte auszutauschen mit

Rückgabewert

(keine)

Beispiel