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