Return a pointer providing non‐modifiable access to the underlying TYPE object. The behavior is undefined if the target has no value.

Synopsis

Declared in <bdlb_nullablevalueref.h>

bdlb::ConstNullableValueRef<TYPE>::value_type const*
operator‐>() const;

Return Value

non‐modifiable pointer to the underlying TYPE object

Created with MrDocs