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