value overloads
Synopses
Declared in <bdlb_nullableallocatedvalue.h>
Return a reference providing modifiable access to the underlying TYPE object. The behavior is undefined unless this object is non‐null.
TYPE&
value();
Return a reference providing non‐modifiable access to the underlying TYPE object. The behavior is undefined unless this object is non‐null.
TYPE const&
value() const;
Return Value
-
modifiable reference to the underlying
TYPEobject -
non‐modifiable reference to the underlying
TYPEobject
Created with MrDocs