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

BasicSystemIOStreamBuf::operator=(BasicSystemIOStreamBuf&&) method

Taşıma atama operatörü.

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

ReturnValue

*this

Ayrıca Bakınız

BasicSystemIOStreamBuf::operator=(const BasicSystemIOStreamBuf&) method

Kopya atama operatörü. Silindi.

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

Ayrıca Bakınız