nw::ut::WeakPtr::operator= Member Functiontemplate <class U> WeakPtr & operator=( const SharedPtr< U, TLockObject > & rhs ); WeakPtr & operator=( const WeakPtr & other ); template <class U> WeakPtr & operator=( const WeakPtr< U, TLockObject > & other );
| operator= ( const SharedPtr< U, TLockObject > & ) | This is a substitution operator. |
| operator= ( const WeakPtr & ) | This is a substitution operator. |
| operator= ( const WeakPtr< U, TLockObject > & ) | This is a substitution operator. |
This is a substitution operator.
This is a substitution operator.
This is a substitution operator.
CONFIDENTIAL