Member access operators
Synopses
Declared in <bdlb_nullablevalueref.h>
Return a pointer providing non‐modifiable access to the underlying TYPE object. The behavior is undefined if the target has no value.
bdlb::NullableValueRef<TYPE>::value_type const*
operator‐>() const;
Return a pointer providing modifiable access to the underlying TYPE object. The behavior is undefined if the target has no value.
Return Value
-
non‐modifiable pointer to the underlying
TYPEobject -
modifiable pointer to the underlying
TYPEobject
Created with MrDocs