Move construct from the specified original wrapper.
Declared in <bslalg_nothrowmovablewrapper.h>
NothrowMovableWrapper(bslmf::MovableRef<NothrowMovableWrapper> original) noexcept;
Move construct from the specified original wrapper using TYPEs move constructor. Note that this move constructor is unconditionally noexcept, as that is the entire purpose of this wrapper.
| Name | Description |
|---|---|
| original | wrapper whose value is moved |