BloombergLP::bdlb::NullableAllocatedValue::makeValue

Create a value equal to val in this nullable object.

Synopsis

Declared in <bdlb_nullableallocatedvalue.h>

TYPE&
makeValue(TYPE const& val);

Description

Assign to this object the specified val, and return a reference providing modifiable access to the underlying TYPE object.

Return Value

modifiable reference to the created value

Parameters

NameDescription
valvalue to place in this object