Wrap the specified val, using TYPE`s extended move constructor. Use the specified `alloc (e.g., the address of a bslma::Allocator object) to supply memory. Note that this constructor will not be selected by overload resolution unless TYPE is allocator aware.
Synopsis
Declared in <bslalg_nothrowmovablewrapper.h>
NothrowMovableWrapper(
std::allocator_arg_t,
allocator_type const& alloc,
bslmf::MovableRef<TYPE> val);
Created with MrDocs