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

Syntax

SharedPtr & operator=(
     const SharedPtr & 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