[#BloombergLP-bslstl-Variant_MoveConstructVisitor-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_MoveConstructVisitor.adoc[Variant_MoveConstructVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Move‐construct the alternative at index (template parameter) `t_INDEX` from the specified `other` (i.e. the alternative that is being visited). Note that the allocator specified on construction of `*d_variant_p` will be used. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< size_t t_INDEX, class t_TYPE> void operator()( bsl::in_place_index_t<t_INDEX>, t_TYPE& other) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#