BloombergLP::bdlf::BindWrapper::BindWrapper

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

NameDescription
originalwrapper whose binder is shared