Move construct from the specified original wrapper.
Synopsis
Declared in <bslalg_nothrowmovablewrapper.h>
NothrowMovableWrapper(bslmf::MovableRef<NothrowMovableWrapper> original) noexcept;
Description
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.
Parameters
Name |
Description |
original |
wrapper whose value is moved |
Created with MrDocs