nw::ut::MovePtr::Reset Member Function

Syntax

template <typename TTObject>
void Reset(
     TTObject * object
);

Template Arguments

Name Description
TTObject Type of object to be swapped.

Arguments

Name Description
in object The object to be swapped.

Return Values

None.

Description

Deletes stored objects and swaps objects.


CONFIDENTIAL