This struct stores a list of one bound arguments.
Declared in <bdlf_bind.h>
template<class A1>
struct Bind_BoundTuple1
: bslmf::TypeList1<A1>
It does not use the const-forwarding type of its argument, unlike Bind_ArgTuple1 which applies that optimization to avoid unnecessary copying.
| Name | Description |
|---|---|
bslmf::TypeList1<A1> | Typelist of one type parameter. |
| Name | Description |
|---|---|
Bind_BoundTuple1 [constructor] | Create a bound-tuple value holding the specified arguments. |
Bind_BoundTuple1 [constructor] | Move-construct a bound-tuple value from the specified original. |
Bind_BoundTuple1 [constructor] | Create a bound-tuple value holding the specified arguments. |
Bind_BoundTuple1 [constructor] | Create a copy of the specified bound-tuple value. |
operator BloombergLP::bslmf::NestedTraitDeclaration<Bind_BoundTuple1, IsBitwiseMoveable, bslmf::IsBitwiseMoveable<A1>::value> | Declare that this type is bitwise moveable if A1 is. |
| Name | Description |
|---|---|
d_a1 | First bound argument. |