BloombergLP::bdlf::MemFn::MemFn

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);
» more...

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

explicit
MemFn(PROTOTYPE func);
» more...