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