[#BloombergLP-bdlf-Bind_ArgTupleValue-0c-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_ArgTupleValue-0c.adoc[Bind_ArgTupleValue<TYPE const&>]::Bind_ArgTupleValue :relfileprefix: ../../../ :mrdocs: Create a value holding the address of the specified value. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Bind_ArgTupleValue(TYPE const& value); ---- == Description Create a `Bind_ArgTupleValue` object holding the address of the specified `value`. == Parameters [cols="1,4"] |=== | Name| Description | *value* | const‐referenced object to store |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#