CppDS.com

C++ 98 11 14 17 20 手册

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

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

交换同步流缓冲的状态与 other 的状态。

参数

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

返回值

(无)

示例

关闭