value overloads
Synopses
Declared in <bdlb_nullablevalueref.h>
Return a reference providing non‐modifiable access to the underlying object of a (template parameter) TYPE. The behavior is undefined if the target has no value.
bdlb::NullableValueRef<TYPE>::value_type const&
value() const;
Return a reference providing modifiable access to the underlying TYPE object. The behavior is undefined unless this object is non‐null.
Created with MrDocs