std::basic_syncbuf<CharT,Traits,Allocator>::swap
< cpp | io | basic syncbuf
|
void swap( basic_syncbuf& other ) noexcept;
|
||
交换同步流缓冲的状态与 other 的状态。
参数
| other | - | 要与之交换内容的同步流缓冲 |
返回值
(无)
示例
| 本节未完成 原因:暂无示例 |
|
void swap( basic_syncbuf& other ) noexcept;
|
||
交换同步流缓冲的状态与 other 的状态。
| other | - | 要与之交换内容的同步流缓冲 |
(无)
| 本节未完成 原因:暂无示例 |