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