[#BloombergLP-bdlf-Bind_ArgTupleValue-0d8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::Bind_ArgTupleValue :relfileprefix: ../../ :mrdocs: This local class stores one invocation‐argument value. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class Bind_ArgTupleValue; ---- == Description This local class provides storage for a value of the specified `TYPE` suitable for storing an argument value in one of the `Bind_ArgTuple[0‐14]` local classes. `TYPE` must already be a `bslmf::ForwardingType`, meaning no extra copies will be made (unless the type is a fundamental type, which is meant to be copied for efficiency). == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_ArgTupleValue-0d8/2constructor-01.adoc[`Bind_ArgTupleValue`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlf/Bind_ArgTupleValue-0d8/value-01.adoc[`value`] | `value` overloads |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_ArgTupleValue-0d5.adoc[`Bind_ArgTupleValue<TYPE&>`] | This specialization stores a reference argument by address. | xref:BloombergLP/bdlf/Bind_ArgTupleValue-0c.adoc[`Bind_ArgTupleValue<TYPE const&>`] | This specialization stores a const‐reference argument by address. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#