System::WeakPtr::operator= method
WeakPtr::operator= method
Assigns value to weak pointer. Calls into specific assignment operator of SmartPtr_.
template<typename Q> WeakPtr & System::WeakPtr<T>::operator=(Q &&value)
Parameter | Description |
---|---|
Q | Argument type supported by System::SmartPtr assignment operators. |
Parameter | Type | Description |
---|---|---|
value | Q&& | Pointer to copy pointee value from. |
See Also
- Class WeakPtr
- Class WeakPtr
- Namespace System
- Library Aspose.PUB for C++