BloombergLP::bdlb::NullableAllocatedValue::makeValue

makeValue overloads

Synopses

Declared in <bdlb_nullableallocatedvalue.h>

Assign to this object the default value for TYPE, and return a reference providing modifiable access to the underlying TYPE object.

TYPE&
makeValue();
» more...

Create a value equal to val in this nullable object.

TYPE&
makeValue(TYPE const& val);
» more...

Return Value

modifiable reference to the created value

Parameters

NameDescription
valvalue to place in this object