[#BloombergLP-bslstl-Optional_Base-05-dereferenceRaw-049] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Optional_Base-05.adoc[Optional_Base]::dereferenceRaw :relfileprefix: ../../../ :mrdocs: Return a reference to the contained value without checking engagement. == Synopses Declared in `<bslstl_optional.h>` Return a reference to the contained value without checking engagement. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- t_TYPE& xref:BloombergLP/bslstl/Optional_Base-05/dereferenceRaw-08.adoc[dereferenceRaw](); ---- [.small]#xref:BloombergLP/bslstl/Optional_Base-05/dereferenceRaw-08.adoc[_» more..._]# Return a reference to the contained value without checking engagement. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- t_TYPE const& xref:BloombergLP/bslstl/Optional_Base-05/dereferenceRaw-04a.adoc[dereferenceRaw]() const; ---- [.small]#xref:BloombergLP/bslstl/Optional_Base-05/dereferenceRaw-04a.adoc[_» more..._]# == Return Value * reference providing modifiable access to the contained value * reference providing non‐modifiable access to the contained value [.small]#Created with https://www.mrdocs.com[MrDocs]#