BloombergLP::bdlf::BindWrapper::BindWrapper

Create a wrapper with shared pointer semantics around a binder constructed with the specified func invocable and specified tuple bound arguments. Optionally specify the allocator.

Synopsis

Declared in <bdlf_bind.h>

BindWrapper(
    bslmf::ForwardingType<t_FUNC>::Type func,
    bslmf::MovableRef<t_BOUND_TUPLE> tuple,
    bslma::Allocator* allocator = 0);