Namespace: Rx – Class: CExceptionSafePointer – Header: Rx.Core/RxExceptionSafePointer.h
CExceptionSafePointer::operator= Operator
C++
CExceptionSafePointer& operator=(CExceptionSafePointer&& xExceptionSafePointer)
Move assignment operator.
Parameters
[CExceptionSafePointer&&] xExceptionSafePointer |
[in,out] The exception safe pointer to move. |
Returns
CExceptionSafePointer& |
A moved version of the given pointer. |