[#BloombergLP-bdlf-Bind_BoundTuple1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::Bind_BoundTuple1 :relfileprefix: ../../ :mrdocs: This `struct` stores a list of one argument. It does _not_ use the const‐forwarding type of its argument, unlike `Bind_ArgTuple1` which applies that optimization to avoid unnecessary copying. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class A1> struct Bind_BoundTuple1 : xref:BloombergLP/bslmf/TypeList1.adoc[bslmf::TypeList1<A1>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bslmf/TypeList1.adoc[bslmf::TypeList1<A1>]` | Typelist of one type parameter. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_BoundTuple1/2constructor-05.adoc[`Bind_BoundTuple1`] [.small]#[constructor]# | Create a bound‐tuple value holding the specified `a1`, using the optionally specified `allocator` to supply memory. | xref:BloombergLP/bdlf/Bind_BoundTuple1/2constructor-02.adoc[`Bind_BoundTuple1`] [.small]#[constructor]# | Create a bound‐tuple value holding the specified arguments. | xref:BloombergLP/bdlf/Bind_BoundTuple1/2constructor-0ee.adoc[`Bind_BoundTuple1`] [.small]#[constructor]# | Create a bound‐tuple value holding the specified `a1`, using the optionally specified `allocator` to supply memory. | xref:BloombergLP/bdlf/Bind_BoundTuple1/2constructor-0e9.adoc[`Bind_BoundTuple1`] [.small]#[constructor]# | Create a copy of the specified bound‐tuple value. | xref:BloombergLP/bdlf/Bind_BoundTuple1/2conversion.adoc[`operator BloombergLP::bslmf::NestedTraitDeclaration<Bind_BoundTuple1, IsBitwiseMoveable, bslmf::IsBitwiseMoveable<A1>::value>`] | `Bind_BoundTuple1` is bitwise moveable when its argument is. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_BoundTuple1/d_a1.adoc[`d_a1`] | Bound argument 1. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#