nw::ut::SharedPtr::operator= Member Function

Syntax

SharedPtr & operator=(
     const SharedPtr & other
);

template <typename U>
SharedPtr< TObj, TLockObject > & operator=(
     const SharedPtr< U, TLockObject > & other
);

List of Overloaded Member Functions

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

Description of operator= ( const SharedPtr & )

This is a substitution operator.

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

This is a substitution operator.


CONFIDENTIAL