SharedPtr & operator=( const SharedPtr & other ); template <typename U> SharedPtr< TObj, TLockObject > & operator=( const SharedPtr< U, TLockObject > & other );
| operator= ( const SharedPtr & ) | This is a substitution operator. |
| operator= ( const SharedPtr< U, TLockObject > & ) | This is a substitution operator. |
This is a substitution operator.
This is a substitution operator.
CONFIDENTIAL