CppDS.com

C++ 98 11 14 17 20 手册

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

异常

(无)

示例

关闭