[#BloombergLP-bdlb-Variant_DestructorVisitor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::Variant_DestructorVisitor :relfileprefix: ../../ :mrdocs: This visitor, when invoked as a function object on an instance of some template parameter `TYPE`, will destroy that instance. == Synopsis Declared in `<bdlb_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Variant_DestructorVisitor; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/Variant_DestructorVisitor/operator_call.adoc[`operator()`] | Destroy the supplied `object` of template parameter `TYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#