Create a wrapper that shares ownership of another wrapper's binder.
Declared in <bdlf_bind.h>
BindWrapper(BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE> const& original);
Create a wrapper that shares ownership of the binder of the specified original.
| Name | Description |
|---|---|
| original | wrapper whose binder is shared |