[#BloombergLP-bslstl-Variant_DestructorVisitor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Variant_DestructorVisitor :relfileprefix: ../../ :mrdocs: This component‐private struct is a visitor that destroys the active alternative of the visited `variant` object. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Variant_DestructorVisitor; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_DestructorVisitor/operator_call.adoc[`operator()`] | Destroy the specified `object`, which is the alternative that is being visited. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#