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

Name

Description

original

object providing the initial value

Created with MrDocs