命名空间
变体
操作

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

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

交换同步流缓冲区的内容与other的内容。

[编辑] 参数

other - 要交换内容的同步流缓冲区

[编辑] 返回值

(无)

[编辑] 示例