Return a MemFn wrapper for the specified func.
Synopsis
Declared in <bdlf_memfn.h>
template<class PROTOTYPE>
static
MemFn<PROTOTYPE>
memFn(PROTOTYPE func);
Description
Return a MemFn member function wrapper that encapsulates the specified func member function pointer of the parameterized PROTOTYPE.
Return Value
MemFn wrapper encapsulating func
Parameters
Name |
Description |
func |
member function pointer to wrap |
Created with MrDocs