Quick Links:

bal | bbl | bdl | bsl

Public Types | Public Member Functions | Public Attributes

bdlf::Bind_BoundTuple1< A1 > Struct Template Reference

#include <bdlf_bind.h>

Inheritance diagram for bdlf::Bind_BoundTuple1< A1 >:
bslmf::TypeList1< A1 >

List of all members.

Public Types

enum  
typedef TypeList1< A1 > ListType
typedef A1 Type1
typedef ListType Type

Public Member Functions

 BSLMF_NESTED_TRAIT_DECLARATION_IF (Bind_BoundTuple1, bslmf::IsBitwiseMoveable, bslmf::IsBitwiseMoveable< A1 >::VALUE)
 Bind_BoundTuple1 (const Bind_BoundTuple1< A1 > &orig, bslma::Allocator *allocator=0)
 Bind_BoundTuple1 (A1 const &a1, bslma::Allocator *allocator=0)

Public Attributes

Bind_BoundTupleValue< A1 > d_a1

Detailed Description

template<class A1>
struct bdlf::Bind_BoundTuple1< A1 >

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

See Component bdlf_bind


Member Typedef Documentation

typedef TypeList1<A1 > bslmf::TypeList1< A1 >::ListType [inherited]
typedef A1 bslmf::TypeList1< A1 >::Type1 [inherited]
typedef ListType bslmf::TypeList1< A1 >::Type [inherited]

Member Enumeration Documentation

anonymous enum [inherited]

Constructor & Destructor Documentation

template<class A1>
bdlf::Bind_BoundTuple1< A1 >::Bind_BoundTuple1 ( const Bind_BoundTuple1< A1 > &  orig,
bslma::Allocator allocator = 0 
) [inline]
template<class A1>
bdlf::Bind_BoundTuple1< A1 >::Bind_BoundTuple1 ( A1 const &  a1,
bslma::Allocator allocator = 0 
) [inline, explicit]

Member Function Documentation

template<class A1>
bdlf::Bind_BoundTuple1< A1 >::BSLMF_NESTED_TRAIT_DECLARATION_IF ( Bind_BoundTuple1< A1 >  ,
bslmf::IsBitwiseMoveable  ,
bslmf::IsBitwiseMoveable< A1 >::VALUE   
)

Member Data Documentation

template<class A1>
Bind_BoundTupleValue<A1> bdlf::Bind_BoundTuple1< A1 >::d_a1

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