std::basic_streambuf<CharT,Traits>::operator=
来自cppreference.com
< cpp | io | basic streambuf
输入/输出库
std::basic_streambuf
公开成员函数 | ||||
本地环境 | ||||
寻位 | ||||
获取区 | ||||
放置区 | ||||
回放 | ||||
受保护成员函数 | ||||
basic_streambuf::operator= (C++11) | ||||
(C++11) | ||||
本地环境 | ||||
寻位 | ||||
获取区 | ||||
放置区 | ||||
回放 | ||||
basic_streambuf& operator=( const basic_streambuf& other ); | (C++11 起) | |
赋值 other 的数据成员给 *this。
参数
other | - | 要复制的流缓冲区 |
返回值
*this
异常
可能会抛出由实现定义的异常。
示例
本节未完成 原因:暂无示例 |