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);
Create a wrapper around the specified object instance.
template<class t_ARG_TYPE>
Bind_MemFnObjectWrapper(t_ARG_TYPE& object);
Parameters
Name |
Description |
object |
object or pointer‐like object to wrap |
Created with MrDocs