[#BloombergLP-bdlf-Bind_BoundTupleValue-2constructor-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_BoundTupleValue.adoc[Bind_BoundTupleValue]::Bind_BoundTupleValue :relfileprefix: ../../../ :mrdocs: Create a `Bind_BoundTupleValue` object holding the moved value of the specified `original` value, using `basicAllocator` to supply any memory. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Bind_BoundTupleValue( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<Bind_BoundTupleValue<TYPE>>] original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#