See the corresponding copy constructor above.
Declared in <bslstl_variant.h>
Variant_Base(
std::allocator_arg_t allocatorArg,
allocator_type allocator,
Variant&& original);
| Name | Description |
|---|---|
| allocatorArg | tag selecting the allocator-extended overload |
| allocator | allocator used to supply memory |
| original | object to move from |