System::IO::BasicSystemIStreamWrapper::operator= yöntemi

BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method

Taşıma atama operatörü.

BasicSystemIStreamWrapper & System::IO::BasicSystemIStreamWrapper<Elem, Traits>::operator=(BasicSystemIStreamWrapper &&right) noexcept
ParametreTürAçıklama
rightBasicSystemIStreamWrapper&&Object taşınacak

ReturnValue

*this

Ayrıca Bakınız

BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method

Kopya atama operatörü. Silindi.

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

Ayrıca Bakınız