[#BloombergLP-bdlb-Variant_MoveAssignVisitor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::Variant_MoveAssignVisitor :relfileprefix: ../../ :mrdocs: This visitor, when invoked as a non‐modifiable function object on an instance of some template parameter `TYPE`, will move‐assign that instance to the instance of the same `TYPE` held in a buffer specified at construction of this visitor. == Synopsis Declared in `<bdlb_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Variant_MoveAssignVisitor; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/Variant_MoveAssignVisitor/2constructor.adoc[`Variant_MoveAssignVisitor`] [.small]#[constructor]# | Create a move‐assign visitor targeting the specified `buffer`. | xref:BloombergLP/bdlb/Variant_MoveAssignVisitor/operator_call.adoc[`operator()`] | Move‐assign a `TYPE` value into the buffer supplied at construction. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/Variant_MoveAssignVisitor/d_buffer_p.adoc[`d_buffer_p`] | Destination buffer for move assignment. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#