Constructors

Synopses

Declared in <bdlf_bind.h>

Construct from the specified movable object reference.

If the c'tor argument has pointer sematics to 't_TYPE', perform '&*' on it to initialize 'd_object_p', otherwise take its address to initialize 'd_object_p'. Note that 't_TYPE' and/or 't_ARG_TYPE' may be 'const', though a compilation error will result if 't_ARG_TYPE' is 'const' and 't_TYPE' is not.

template<class t_ARG_TYPE>
Bind_MemFnObjectWrapper(t_ARG_TYPE& object);

Created with MrDocs