[#BloombergLP-bdlf-Bind-2constructor-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind.adoc[Bind]::Bind :relfileprefix: ../../../ :mrdocs: Create a `Bind` object that is bound to the same invocable object with the same bound parameters as the specified `other`. Optionally specify an `allocator` used to supply memory. If `allocator` is 0, the currently installed default allocator is used. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Bind( xref:BloombergLP/bdlf/Bind.adoc[Bind] const& other, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* allocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#