命名空间
变体
操作

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

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

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

[编辑] 参数

other - 与之交换内容的同步流缓冲

[编辑] 返回值

(无)

[编辑] 示例