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

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

Taşıma atama operatörü.

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

ReturnValue

*this

Ayrıca Bakınız

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

Kopya atama operatörü. Silindi.

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

Ayrıca Bakınız