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

Syntax

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

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

List of Overloaded Member Functions

operator= ( const SharedPtr< U, TLockObject > & ) This is a substitution operator.
operator= ( const WeakPtr< U, TLockObject > & ) This is a substitution operator.

Description of operator= ( const SharedPtr< U, TLockObject > & )

This is a substitution operator.

Description of operator= ( const WeakPtr< U, TLockObject > & )

This is a substitution operator.


CONFIDENTIAL