Constructors
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...
| Name | Description |
|---|---|
| object | object or pointer-like object to wrap |