nw::ut::WeakPtr::WeakPtr Constructor

Syntax

template <typename U>
WeakPtr(
     const SharedPtr< U, TLockObject > & other
);

Arguments

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

Description

Copy constructor.


CONFIDENTIAL