Create a wrapper that assumes ownership of another wrapper's binder.
Declared in <bdlf_bind.h>
BindWrapper(bslmf::MovableRef<BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE>> original) noexcept;
Create a wrapper that assumes ownership of the binder of the specified original.
| Name | Description |
|---|---|
| original | wrapper to move from |