This struct stores a list of eleven arguments.
Synopsis
Declared in <bdlf_bind.h>
template<
class A1,
class A2,
class A3,
class A4,
class A5,
class A6,
class A7,
class A8,
class A9,
class A10,
class A11>
struct Bind_ArgTuple11
: bslmf::TypeList11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>
Base Classes
Name |
Description |
|
Typelist of eleven type parameters. |
Type Aliases
Name |
Description |
Forwarding type for argument 1. |
|
Forwarding type for argument 10. |
|
Forwarding type for argument 11. |
|
Forwarding type for argument 2. |
|
Forwarding type for argument 3. |
|
Forwarding type for argument 4. |
|
Forwarding type for argument 5. |
|
Forwarding type for argument 6. |
|
Forwarding type for argument 7. |
|
Forwarding type for argument 8. |
|
Forwarding type for argument 9. |
Member Functions
Name |
Description |
|
Create a copy of the specified argument‐tuple value. |
|
Create an argument tuple holding the specified bound arguments. |
Data Members
Name |
Description |
First invocation argument. |
|
Tenth invocation argument. |
|
Eleventh invocation argument. |
|
Second invocation argument. |
|
Third invocation argument. |
|
Fourth invocation argument. |
|
Fifth invocation argument. |
|
Sixth invocation argument. |
|
Seventh invocation argument. |
|
Eighth invocation argument. |
|
Ninth invocation argument. |
Created with MrDocs