Create a ManagedDatum object having the same value and allocator as the specified original object.

Synopsis

Declared in <bdld_manageddatum.h>

ManagedDatum(bslmf::MovableRef<ManagedDatum> original);

Description

The value of original becomes unspecified but valid, and its allocator remains unchanged.

Parameters

Name

Description

original

object providing the value

Created with MrDocs