Constructors

Synopses

Declared in <bdlf_memfn.h>

Create a member function pointer wrapper holding the address of the same member function as the specified original object.

MemFn(MemFn<PROTOTYPE> const& original);

Create a member function pointer wrapper holding the address of the specified func member function having the parameterized PROTOTYPE.

explicit
MemFn(PROTOTYPE func);

Created with MrDocs