[#BloombergLP-bslstl-Optional_Base-05-dereferenceRaw-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Optional_Base-05.adoc[Optional_Base]::dereferenceRaw :relfileprefix: ../../../ :mrdocs: Return a reference providing modifiable access to the underlying `t_TYPE` object. The behavior is undefined if the `Optional_Base` object is disengaged. Note that this function is only intended to be called by `bdlb::NullableValue::value` during transition of its implementation to use 'bsl::Optional_Base. Note that ref‐qualified versions of `value()` are not provided because `NullableValue` does not require them. == Synopsis Declared in `<bslstl_optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- t_TYPE& dereferenceRaw(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#