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

#include <bdlf_bind.h>

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

Public Types

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

Public Member Functions

 Bind_ArgTuple1 (const Bind_ArgTuple1< A1 > &orig)
 
 Bind_ArgTuple1 (FA1 a1)
 

Public Attributes

Bind_ArgTupleValue< FA1d_a1
 

Member Typedef Documentation

◆ FA1

template<class A1 >
typedef bslmf::ForwardingType<A1>::Type bdlf::Bind_ArgTuple1< A1 >::FA1

Constructor & Destructor Documentation

◆ Bind_ArgTuple1() [1/2]

template<class A1 >
bdlf::Bind_ArgTuple1< A1 >::Bind_ArgTuple1 ( const Bind_ArgTuple1< A1 > &  orig)
inline

◆ Bind_ArgTuple1() [2/2]

template<class A1 >
bdlf::Bind_ArgTuple1< A1 >::Bind_ArgTuple1 ( FA1  a1)
inlineexplicit

Member Data Documentation

◆ d_a1

template<class A1 >
Bind_ArgTupleValue<FA1> bdlf::Bind_ArgTuple1< A1 >::d_a1

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