Same as the preceding constructor, using the specified alloc to supply memory.
Declared in <bslalg_nothrowmovablewrapper.h>
NothrowMovableWrapper(
std::allocator_arg_t allocatorArg,
allocator_type const& alloc,
TYPE const& val);
| Name | Description |
|---|---|
| allocatorArg | tag selecting the allocator-extended constructor |
| alloc | allocator used to supply memory |
| val | value used to initialize the wrapped object |