BloombergLP::bslstl::Variant_Base::Variant_Base

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

NameDescription
allocatorArgtag selecting the allocator-extended overload
allocatorallocator used to supply memory
originalobject to move from