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

参照