[#BloombergLP-bslalg-NothrowMovableWrapper-02-2constructor-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/NothrowMovableWrapper-02.adoc[NothrowMovableWrapper]::NothrowMovableWrapper :relfileprefix: ../../../ :mrdocs: Move construct from the specified `original` wrapper using `TYPE`s move constructor. Note that this move constructor is unconditionally `noexcept`, as that is the entire purpose of this wrapper. == Synopsis Declared in `<bslalg_nothrowmovablewrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- NothrowMovableWrapper(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<NothrowMovableWrapper>] original) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#