Constructors
Synopses
Declared in <bdlf_memfn.h>
Create a member function wrapper as a copy of the specified original.
MemFn(MemFn<PROTOTYPE> const& original);
Create a member function wrapper holding the specified func.
explicit
MemFn(PROTOTYPE func);
Parameters
Name |
Description |
original |
wrapper to copy |
func |
member function pointer to wrap |
Created with MrDocs