命名空间
变体
操作

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

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

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

[编辑] 参数

其他 - 用于交换内容的同步流缓冲区

[编辑] 返回值

(无)

[编辑] 示例