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