[#BloombergLP-bslstl-Function_Rep-makeEmpty] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_Rep.adoc[Function_Rep]::makeEmpty :relfileprefix: ../../../ :mrdocs: Change this object to be an empty object without changing its allocator. Any previous target is destroyed and deallocated. Note that value returned by `get_allocator().mechanism()` might change, but will point to an allocator with the same type managing the same memory resource. == Synopsis Declared in `<bslstl_function_rep.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void makeEmpty(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#