Constructors

Synopses

Declared in <bdlf_bind.h>

Create a wrapper around the specified movable object instance.

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