BloombergLP::bdlf::BindWrapper::BindWrapper

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

NameDescription
originalwrapper to move from