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)
ParameterDescription
QArgument type supported by System::SmartPtr assignment operators.
ParameterTypeDescription
valueQ&&Pointer to copy pointee value from.

See Also