BloombergLP::bdld::ManagedDatum::ManagedDatum

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

NameDescription
originalobject providing the value