Create a value holding a copy of the specified original.
Declared in <bdlf_bind.h>
Bind_BoundTupleValue(
Bind_BoundTupleValue<TYPE> const& original,
bslma::Allocator* basicAllocator);
Create a Bind_BoundTupleValue object holding a copy of the specified original value, using basicAllocator to supply any memory.
| Name | Description |
|---|---|
| original | value to copy |
| basicAllocator | memory allocator; null uses the default |