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