nw::ut::MovePtr::operator= Member Function

Syntax

MovePtr & operator=(
     MovePtr rhs
);

Arguments

Name Description
in rhs The MovePtr to be assigned. The MovePtr assigned from is destroyed.

Return Values

Description

Assigns a MovePtr.


CONFIDENTIAL