Wrap the specified val, using `TYPE`s move constructor.

Synopsis

Declared in <bslalg_nothrowmovablewrapper.h>

NothrowMovableWrapper(bslmf::MovableRef<TYPE> val);

Parameters

Name

Description

val

value used to initialize the wrapped object

Created with MrDocs