[#BloombergLP-bdlf-Bind_BoundTupleValue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::Bind_BoundTupleValue :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_BoundTuple*` local classes. This general template definition ensures that the allocator passed to the creators is passed through to the value if it uses an allocator, using the `bslalg::ConstructorProxy` mechanism. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class Bind_BoundTupleValue; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_BoundTupleValue/2constructor-02.adoc[`Bind_BoundTupleValue`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlf/Bind_BoundTupleValue/value-07.adoc[`value`] | `value` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#