[#BloombergLP-bslstl-Function_Rep-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_Rep.adoc[Function_Rep]::~Function_Rep :relfileprefix: ../../../ :mrdocs: Destroy this object and its target object (if any) and deallocate memory for the target object (if not in‐place). This destructor is implemented to correctly deallocate a target object that has been allocated but not constructed (e.g., if an exception is thrown while constructing the target). == Synopsis Declared in `<bslstl_function_rep.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~Function_Rep(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#