[#BloombergLP-bslstl-Function_Rep-copyInit] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_Rep.adoc[Function_Rep]::copyInit :relfileprefix: ../../../ :mrdocs: Copy‐initialize this rep from the specified `original` rep. If an exception is thrown by the copy, the only valid subsequent operation on this object is destruction. The behavior is undefined unless this object is empty before the call. == Synopsis Declared in `<bslstl_function_rep.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void copyInit(xref:BloombergLP/bslstl/Function_Rep.adoc[Function_Rep] const& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#