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