System::IO::BasicSystemIOStreamBuf::operator= method
BasicSystemIOStreamBuf::operator=(BasicSystemIOStreamBuf&&) method
Move assignment operator.
BasicSystemIOStreamBuf & System::IO::BasicSystemIOStreamBuf<Elem, Traits>::operator=(BasicSystemIOStreamBuf &&right) noexcept
Parameter | Type | Description |
---|---|---|
right | BasicSystemIOStreamBuf&& | Object to be move |
ReturnValue
*this
See Also
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.TeX for C++
BasicSystemIOStreamBuf::operator=(const BasicSystemIOStreamBuf&) method
Copy assignment operator. Deleted.
BasicSystemIOStreamBuf & System::IO::BasicSystemIOStreamBuf<Elem, Traits>::operator=(const BasicSystemIOStreamBuf &)=delete
See Also
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.TeX for C++