Create a Variant_CopyAssignVisitor object that, when invoked, will copy‐assign to the active alternative of the specified variant.
Synopsis
Declared in <bslstl_variant.h>
explicit
Variant_CopyAssignVisitor(t_VARIANT* variant);
Parameters
Name |
Description |
variant |
variant object whose active alternative is assigned to |
Created with MrDocs