Create a bound-tuple value holding the specified arguments.
Declared in <bdlf_bind.h>
Bind_BoundTuple3(
A1 const& a1,
A2 const& a2,
A3 const& a3,
bslma::Allocator* allocator = 0);
| Name | Description |
|---|---|
| a1 | bound argument 1 |
| a2 | bound argument 2 |
| a3 | bound argument 3 |
| allocator | memory allocator; null uses the default |