[#BloombergLP-bslalg-NothrowMovableWrapper-02-unwrap-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/NothrowMovableWrapper-02.adoc[NothrowMovableWrapper]::unwrap :relfileprefix: ../../../ :mrdocs: `unwrap` overloads == Synopses Declared in `<bslalg_nothrowmovablewrapper.h>` Return a reference offering modifiable access to the wrapped object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/NothrowMovableWrapper-02/ValueType.adoc[bslalg::NothrowMovableWrapper<TYPE>::ValueType]& xref:BloombergLP/bslalg/NothrowMovableWrapper-02/unwrap-09.adoc[unwrap](); ---- [.small]#xref:BloombergLP/bslalg/NothrowMovableWrapper-02/unwrap-09.adoc[_» more..._]# Return a reference offering const access to the wrapped object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/NothrowMovableWrapper-02/ValueType.adoc[bslalg::NothrowMovableWrapper<TYPE>::ValueType] const& xref:BloombergLP/bslalg/NothrowMovableWrapper-02/unwrap-0c.adoc[unwrap]() const; ---- [.small]#xref:BloombergLP/bslalg/NothrowMovableWrapper-02/unwrap-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#