Create a managed pointer by taking ownership from original.

Synopsis

Declared in <bslma_managedptr.h>

ManagedPtr(ManagedPtr& original) noexcept;

Description

Create a managed pointer having the same target object as the specified original.

Parameters

Name

Description

original

managed pointer from which to take ownership

Created with MrDocs