BloombergLP::bdlb::NullableValue::NullableValue

Create a nullable object having the value of the specified original.

Synopsis

Declared in <bdlb_nullablevalue.h>

NullableValue(NullableValue const& original);

Description

Create a nullable object having the value of the specified original object. If TYPE takes an optional allocator at construction, use the currently installed default allocator to supply memory.

Parameters

NameDescription
originalobject providing the initial value