[#BloombergLP-bdlf-Bind_ArgTupleValue-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_ArgTupleValue-0d8.adoc[Bind_ArgTupleValue]<TYPE const&> :relfileprefix: ../../ :mrdocs: This local class provides storage for a value of the specified `TYPE` suitable for storing an argument value in one of the `Bind_ArgTuple*` local classes. This full specialization for const reference types simply stores the address of the argument value. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class xref:BloombergLP/bdlf/Bind_ArgTupleValue-0d8.adoc[Bind_ArgTupleValue]<TYPE const&>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_ArgTupleValue-0c/2constructor-08.adoc[`Bind_ArgTupleValue`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlf/Bind_ArgTupleValue-0c/value-09.adoc[`value`] | Return a reference to the non‐modifiable object held by this proxy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#