[#bsl-function-0a-2constructor-070] = xref:bsl.adoc[bsl]::xref:bsl/function-0a.adoc[function]::function :relfileprefix: ../../ :mrdocs: Create a `function` having the same value as (i.e., wrapping a copy of the target held by) the specified `original` object. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. == Synopsis Declared in `<bslstl_function.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- function(xref:bsl/function-0a.adoc[function] const& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#