BDE 4.14.0 Production release
|
#include <bdlf_bind.h>
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 |
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.
|
inline |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
bdlf::Bind_BoundTuple1< A1 >::BSLMF_NESTED_TRAIT_DECLARATION_IF | ( | Bind_BoundTuple1< A1 > | , |
bslmf::IsBitwiseMoveable | , | ||
bslmf::IsBitwiseMoveable< A1 >::value | |||
) |
Bind_BoundTupleValue<A1> bdlf::Bind_BoundTuple1< A1 >::d_a1 |