Create a ManagedPtr_Members by taking ownership from other.

Synopsis

Declared in <bslma_managedptr_members.h>

explicit
ManagedPtr_Members(ManagedPtr_Members& other);

Description

Create a ManagedPtr_Members object having the same pointer as the specified other object, and, if 0 != other.pointer(), the same deleter as other, then put other into an unset state.

Parameters

Name

Description

other

object from which to take ownership

Created with MrDocs