This struct stores a list of one argument.
Synopsis
Declared in <bdlf_bind.h>
template<class A1>
struct Bind_ArgTuple1
: bslmf::TypeList1<A1>
Base Classes
Name |
Description |
Typelist of one type parameter. |
Type Aliases
Name |
Description |
Forwarding type for argument 1. |
Member Functions
Name |
Description |
|
Create a copy of the specified argument‐tuple value. |
|
Create an argument tuple holding the specified bound argument. |
Data Members
Name |
Description |
First invocation argument. |
Created with MrDocs