[#BloombergLP-bdlf-Bind-2constructor-053] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind.adoc[Bind]::Bind :relfileprefix: ../../../ :mrdocs: Create a binder for the specified invocable and moved argument list. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Bind( bslmf::ForwardingType<t_FUNC>::Type func, xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<t_BOUND_TUPLE>] list, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* allocator = 0); ---- == Description Create a `Bind` object that is bound to the specified `func` invocable object with the specified argument list `list` moved into the object. Optionally specify an `allocator` used to supply memory. If `allocator` is 0, the currently installed default allocator is used. == Parameters [cols="1,4"] |=== | Name| Description | *func* | invocable object to bind | *list* | bound‐argument tuple to move from | *allocator* | memory allocator; null uses the default |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#