System::IO::BasicSystemIOStreamWrapper::operator= メソッド

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

ムーブ代入演算子。

BasicSystemIOStreamWrapper & System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::operator=(BasicSystemIOStreamWrapper &&right) noexcept
パラメーター説明
rightBasicSystemIOStreamWrapper&&Object をムーブする

ReturnValue

*this

参照

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

コピー代入演算子。削除されています。

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

参照