nw::ut::WeakPtr::operator= Member Function

Syntax

template <class U>
WeakPtr & operator=(
     const SharedPtr< U, TLockObject > & rhs
);

Arguments

Name Description
rhs

Return Values

Returns a weak pointer to the copy destination.

Description

This is a substitution operator.


CONFIDENTIAL