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