Quick Links:

bal | bbl | bdl | bsl

Public Types | Public Member Functions | Public Attributes

bdlf::Bind_BoundTuple3< A1, A2, A3 > Struct Template Reference

#include <bdlf_bind.h>

Inheritance diagram for bdlf::Bind_BoundTuple3< A1, A2, A3 >:
bslmf::TypeList3< A1, A2, A3 >

List of all members.

Public Types

enum  
typedef TypeList3< A1, A2, A3 > ListType
typedef A1 Type1
typedef A2 Type2
typedef A3 Type3
typedef ListType Type

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 (A1 const &a1, A2 const &a2, A3 const &a3, bslma::Allocator *allocator=0)

Public Attributes

Bind_BoundTupleValue< A1 > d_a1
Bind_BoundTupleValue< A2 > d_a2
Bind_BoundTupleValue< A3 > d_a3

Detailed Description

template<class A1, class A2, class A3>
struct bdlf::Bind_BoundTuple3< A1, A2, A3 >

This struct stores a list of three arguments. It does not use the const-forwarding type of its arguments, unlike Bind_Tuple3 which applies that optimization to avoid unnecessary copying.

See Component bdlf_bind


Member Typedef Documentation

typedef TypeList3<A1 ,A2 ,A3 > bslmf::TypeList3< A1 , A2 , A3 >::ListType [inherited]
typedef A1 bslmf::TypeList3< A1 , A2 , A3 >::Type1 [inherited]
typedef A2 bslmf::TypeList3< A1 , A2 , A3 >::Type2 [inherited]
typedef A3 bslmf::TypeList3< A1 , A2 , A3 >::Type3 [inherited]
typedef ListType bslmf::TypeList3< A1 , A2 , A3 >::Type [inherited]

Member Enumeration Documentation

anonymous enum [inherited]

Length of this list


Constructor & Destructor Documentation

template<class A1, class A2, class A3>
bdlf::Bind_BoundTuple3< A1, A2, A3 >::Bind_BoundTuple3 ( const Bind_BoundTuple3< A1, A2, A3 > &  orig,
bslma::Allocator allocator = 0 
) [inline]
template<class A1, class A2, class A3>
bdlf::Bind_BoundTuple3< A1, A2, A3 >::Bind_BoundTuple3 ( A1 const &  a1,
A2 const &  a2,
A3 const &  a3,
bslma::Allocator allocator = 0 
) [inline]

Member Function Documentation

template<class A1, class A2, class A3>
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   
)

Member Data Documentation

template<class A1, class A2, class A3>
Bind_BoundTupleValue<A1> bdlf::Bind_BoundTuple3< A1, A2, A3 >::d_a1
template<class A1, class A2, class A3>
Bind_BoundTupleValue<A2> bdlf::Bind_BoundTuple3< A1, A2, A3 >::d_a2
template<class A1, class A2, class A3>
Bind_BoundTupleValue<A3> bdlf::Bind_BoundTuple3< A1, A2, A3 >::d_a3

The documentation for this struct was generated from the following file: