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

Syntax

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

Arguments

Name Description
in other A shared pointer to the copy source.

Return Values

Returns the reference to the copy destination.

Description

This is a substitution operator.


CONFIDENTIAL