BDE 4.14.0 Production release
|
#include <bdlf_bind.h>
Public Types | |
typedef bslmf::ForwardingType< A1 >::Type | FA1 |
typedef bslmf::ForwardingType< A2 >::Type | FA2 |
Public Types inherited from bslmf::TypeList2< A1, A2 > | |
enum | |
typedef TypeList2< A1, A2 > | ListType |
typedef A1 | Type1 |
typedef A2 | Type2 |
typedef ListType | Type |
Public Member Functions | |
Bind_ArgTuple2 (const Bind_ArgTuple2< A1, A2 > &orig) | |
Bind_ArgTuple2 (FA1 a1, FA2 a2) | |
Public Attributes | |
Bind_ArgTupleValue< FA1 > | d_a1 |
Bind_ArgTupleValue< FA2 > | d_a2 |
typedef bslmf::ForwardingType<A1>::Type bdlf::Bind_ArgTuple2< A1, A2 >::FA1 |
typedef bslmf::ForwardingType<A2>::Type bdlf::Bind_ArgTuple2< A1, A2 >::FA2 |
|
inline |
|
inline |
Bind_ArgTupleValue<FA1> bdlf::Bind_ArgTuple2< A1, A2 >::d_a1 |
Bind_ArgTupleValue<FA2> bdlf::Bind_ArgTuple2< A1, A2 >::d_a2 |