[#BloombergLP-bdlf-Bind_BoundTupleValue-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_BoundTupleValue.adoc[Bind_BoundTupleValue]::Bind_BoundTupleValue :relfileprefix: ../../../ :mrdocs: Create a value holding a copy of the specified value. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Bind_BoundTupleValue( TYPE const& value, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- == Description Create a `Bind_BoundTupleValue` object holding a copy of the specified `value`, using `basicAllocator` to supply any memory. == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to store | *basicAllocator* | memory allocator; null uses the default |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#