System::IO::BasicSystemIOStreamBuf::operator= 方法

BasicSystemIOStreamBuf::operator=(BasicSystemIOStreamBuf&&) method

移动赋值运算符。

BasicSystemIOStreamBuf & System::IO::BasicSystemIOStreamBuf<Elem, Traits>::operator=(BasicSystemIOStreamBuf &&right) noexcept
参数类型描述
rightBasicSystemIOStreamBuf&&Object 以进行移动

ReturnValue

*this

另见

BasicSystemIOStreamBuf::operator=(const BasicSystemIOStreamBuf&) method

拷贝赋值运算符。已删除。

BasicSystemIOStreamBuf & System::IO::BasicSystemIOStreamBuf<Elem, Traits>::operator=(const BasicSystemIOStreamBuf &)=delete

另见