BloombergLP::bdlf::Bind_MemFnObjectWrapper::Bind_MemFnObjectWrapper

Constructors

Synopses

Declared in <bdlf_bind.h>

Create a wrapper around the specified movable object instance.

template<class t_ARG_TYPE>
Bind_MemFnObjectWrapper(BloombergLP::bslmf::MovableRef_Deduced<t_ARG_TYPE> object);
» more...

Create a wrapper around the specified object instance.

template<class t_ARG_TYPE>
Bind_MemFnObjectWrapper(t_ARG_TYPE& object);
» more...

Parameters

NameDescription
objectobject or pointer-like object to wrap