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

BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method

ムーブ代入演算子。

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

ReturnValue

*this

参照

BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method

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

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

参照