Create a copy of the specified bound-tuple value.
Declared in <bdlf_bind.h>
Bind_BoundTuple2(
Bind_BoundTuple2<A1, A2> const& orig,
bslma::Allocator* allocator = 0);
| Name | Description |
|---|---|
| orig | source bound-tuple to copy or move from |
| allocator | memory allocator; null uses the default |