命名空间
变体
操作

std::basic_streambuf<CharT,Traits>::swap

来自 cppreference.com
< cpp‎ | io‎ | basic streambuf
 
 
 
 
void swap( basic_streambuf& other );
(自 C++11 起)

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

内容

[编辑] 参数

other - 要交换内容的流缓冲区

[编辑] 返回值

(无)

[编辑] 异常

可能抛出实现定义的异常。

[编辑] 示例