[#BloombergLP-bdlf-BindWrapper-2constructor-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/BindWrapper.adoc[BindWrapper]::BindWrapper :relfileprefix: ../../../ :mrdocs: Create a wrapper with shared pointer semantics around a binder constructed with the specified `func` invocable and specified `tuple` bound arguments. Optionally specify the `allocator`. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- BindWrapper( bslmf::ForwardingType<t_FUNC>::Type func, xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<t_BOUND_TUPLE>] tuple, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* allocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#