BDE 4.14.0 Production release
|
#include <bdlf_bind.h>
Public Attributes | |
Bind_BoundTupleValue< A1 > | d_a1 |
Bind_BoundTupleValue< A2 > | d_a2 |
Bind_BoundTupleValue< A3 > | d_a3 |
Bind_BoundTupleValue< A4 > | d_a4 |
Bind_BoundTupleValue< A5 > | d_a5 |
Bind_BoundTupleValue< A6 > | d_a6 |
Bind_BoundTupleValue< A7 > | d_a7 |
Bind_BoundTupleValue< A8 > | d_a8 |
Bind_BoundTupleValue< A9 > | d_a9 |
Additional Inherited Members | |
![]() | |
enum | |
typedef TypeList9< A1, A2, A3, A4, A5, A6, A7, A8, A9 > | ListType |
typedef A1 | Type1 |
typedef A2 | Type2 |
typedef A3 | Type3 |
typedef A4 | Type4 |
typedef A5 | Type5 |
typedef A6 | Type6 |
typedef A7 | Type7 |
typedef A8 | Type8 |
typedef A9 | Type9 |
typedef ListType | Type |
This struct
stores a list of nine arguments. It does not use the const-forwarding type of its arguments, unlike Bind_ArgTuple9
which applies that optimization to avoid unnecessary copying.
|
inline |
|
inline |
|
inline |
|
inline |
bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::BSLMF_NESTED_TRAIT_DECLARATION_IF | ( | Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 > | , |
bslmf::IsBitwiseMoveable | , | ||
bslmf::IsBitwiseMoveable< A1 >::value &&bslmf::IsBitwiseMoveable< A2 >::value &&bslmf::IsBitwiseMoveable< A3 >::value &&bslmf::IsBitwiseMoveable< A4 >::value &&bslmf::IsBitwiseMoveable< A5 >::value &&bslmf::IsBitwiseMoveable< A6 >::value &&bslmf::IsBitwiseMoveable< A7 >::value &&bslmf::IsBitwiseMoveable< A8 >::value &&bslmf::IsBitwiseMoveable< A9 >::value | |||
) |
Bind_BoundTupleValue<A1> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a1 |
Bind_BoundTupleValue<A2> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a2 |
Bind_BoundTupleValue<A3> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a3 |
Bind_BoundTupleValue<A4> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a4 |
Bind_BoundTupleValue<A5> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a5 |
Bind_BoundTupleValue<A6> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a6 |
Bind_BoundTupleValue<A7> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a7 |
Bind_BoundTupleValue<A8> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a8 |
Bind_BoundTupleValue<A9> bdlf::Bind_BoundTuple9< A1, A2, A3, A4, A5, A6, A7, A8, A9 >::d_a9 |