This struct stores a list of one bound arguments.
Synopsis
Declared in <bdlf_bind.h>
template<class A1>
struct Bind_BoundTuple1
: bslmf::TypeList1<A1>
Description
It does not use the const‐forwarding type of its argument, unlike Bind_ArgTuple1 which applies that optimization to avoid unnecessary copying.
Base Classes
Name |
Description |
Typelist of one type parameter. |
Member Functions
Name |
Description |
|
Create a bound‐tuple value holding the specified arguments. |
|
Move‐construct a bound‐tuple value from the specified original. |
|
Create a bound‐tuple value holding the specified arguments. |
|
Create a copy of the specified bound‐tuple value. |
Declare that this type is bitwise moveable if |
Data Members
Name |
Description |
First bound argument. |
Created with MrDocs