BDE 4.14.0 Production release
|
#include <bdlf_bind.h>
Public Member Functions | |
BSLMF_NESTED_TRAIT_DECLARATION_IF (Bind_BoundTuple6, 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) | |
Bind_BoundTuple6 (const Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 > &orig, bslma::Allocator *allocator=0) | |
Bind_BoundTuple6 (bslmf::MovableRef< Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 > > orig, bslma::Allocator *allocator=0) | |
Bind_BoundTuple6 (A1 const &a1, A2 const &a2, A3 const &a3, A4 const &a4, A5 const &a5, A6 const &a6, bslma::Allocator *allocator=0) | |
Bind_BoundTuple6 (bslmf::MovableRef< A1 > a1, bslmf::MovableRef< A2 > a2, bslmf::MovableRef< A3 > a3, bslmf::MovableRef< A4 > a4, bslmf::MovableRef< A5 > a5, bslmf::MovableRef< A6 > a6, bslma::Allocator *allocator=0) | |
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 |
Additional Inherited Members | |
Public Types inherited from bslmf::TypeList6< A1, A2, A3, A4, A5, A6 > | |
enum | |
typedef TypeList6< A1, A2, A3, A4, A5, A6 > | ListType |
typedef A1 | Type1 |
typedef A2 | Type2 |
typedef A3 | Type3 |
typedef A4 | Type4 |
typedef A5 | Type5 |
typedef A6 | Type6 |
typedef ListType | Type |
This struct
stores a list of six arguments. It does not use the const-forwarding type of its arguments, unlike Bind_ArgTuple6
which applies that optimization to avoid unnecessary copying.
|
inline |
|
inline |
|
inline |
|
inline |
bdlf::Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 >::BSLMF_NESTED_TRAIT_DECLARATION_IF | ( | Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 > | , |
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 | |||
) |
Bind_BoundTupleValue<A1> bdlf::Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 >::d_a1 |
Bind_BoundTupleValue<A2> bdlf::Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 >::d_a2 |
Bind_BoundTupleValue<A3> bdlf::Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 >::d_a3 |
Bind_BoundTupleValue<A4> bdlf::Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 >::d_a4 |
Bind_BoundTupleValue<A5> bdlf::Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 >::d_a5 |
Bind_BoundTupleValue<A6> bdlf::Bind_BoundTuple6< A1, A2, A3, A4, A5, A6 >::d_a6 |