命名空间
变体
操作

std::basic_streambuf<CharT,Traits>::operator=

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

other 的数据成员赋值给 *this.

内容

[编辑] 参数

other - 要赋值的流缓冲区

[编辑] 返回值

*this

[编辑] 异常

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

[编辑] 示例