Create a nullable object having the value of the specified original object. Use the currently installed default allocator to supply memory.

Synopsis

Declared in <bdlb_nullableallocatedvalue.h>

NullableAllocatedValue(NullableAllocatedValue const& original);

Parameters

Name

Description

original

source nullable used to initialize this object

Created with MrDocs