[#BloombergLP-bslstl-Function_Rep-moveInit] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_Rep.adoc[Function_Rep]::moveInit :relfileprefix: ../../../ :mrdocs: Move‐initialize this rep from the rep at the specified `from` address, leaving the latter empty. If 'this‐>get_allocator() != from‐>get_allocator()', this function degenerates to a call to `copyInit(*from)`. The behavior is undefined unless this rep is empty before the call. == Synopsis Declared in `<bslstl_function_rep.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void moveInit(xref:BloombergLP/bslstl/Function_Rep.adoc[Function_Rep]* from); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#