Move-construct a bound-tuple value from the specified original.
Declared in <bdlf_bind.h>
Bind_BoundTuple3(
bslmf::MovableRef<Bind_BoundTuple3<A1, A2, A3>> orig,
bslma::Allocator* allocator = 0);
| Name | Description |
|---|---|
| orig | source bound-tuple to copy or move from |
| allocator | memory allocator; null uses the default |