BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlf::Bind_BoundTuple1< A1 > Struct Template Reference

#include <bdlf_bind.h>

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

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 (bslmf::MovableRef< Bind_BoundTuple1< A1 > > orig, bslma::Allocator *allocator=0)
 
 Bind_BoundTuple1 (A1 const &a1, bslma::Allocator *allocator=0)
 
 Bind_BoundTuple1 (bslmf::MovableRef< A1 > a1, bslma::Allocator *allocator=0)
 

Public Attributes

Bind_BoundTupleValue< A1 > d_a1
 

Additional Inherited Members

- Public Types inherited from bslmf::TypeList1< A1 >
enum  
 
typedef TypeList1< A1 > ListType
 
typedef A1 Type1
 
typedef ListType Type
 

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_ArgTuple1 which applies that optimization to avoid unnecessary copying.

Constructor & Destructor Documentation

◆ Bind_BoundTuple1() [1/4]

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

◆ Bind_BoundTuple1() [2/4]

template<class A1 >
bdlf::Bind_BoundTuple1< A1 >::Bind_BoundTuple1 ( bslmf::MovableRef< Bind_BoundTuple1< A1 > >  orig,
bslma::Allocator allocator = 0 
)
inline

◆ Bind_BoundTuple1() [3/4]

template<class A1 >
bdlf::Bind_BoundTuple1< A1 >::Bind_BoundTuple1 ( A1 const &  a1,
bslma::Allocator allocator = 0 
)
inlineexplicit

◆ Bind_BoundTuple1() [4/4]

template<class A1 >
bdlf::Bind_BoundTuple1< A1 >::Bind_BoundTuple1 ( bslmf::MovableRef< A1 >  a1,
bslma::Allocator allocator = 0 
)
inlineexplicit

Member Function Documentation

◆ BSLMF_NESTED_TRAIT_DECLARATION_IF()

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

Member Data Documentation

◆ d_a1

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

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