nw::ut::SharedPtr::SharedPtr Constructor

Syntax

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

Arguments

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

Description

Copy constructor.


CONFIDENTIAL