Create a wrapper around the specified movable object instance.

Synopsis

Declared in <bdlf_bind.h>

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

Parameters

Name

Description

object

object or pointer‐like object to wrap

Created with MrDocs