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();

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

TYPE&
makeValue(TYPE const& val);

Created with MrDocs