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