[#BloombergLP-bslstl-Optional_Base-08-dereferenceRaw-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Optional_Base-08.adoc[Optional_Base<t_TYPE, false>]::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-08/dereferenceRaw-0db.adoc[dereferenceRaw](); ---- [.small]#xref:BloombergLP/bslstl/Optional_Base-08/dereferenceRaw-0db.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-08/dereferenceRaw-0dc.adoc[dereferenceRaw]() const; ---- [.small]#xref:BloombergLP/bslstl/Optional_Base-08/dereferenceRaw-0dc.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]#