Create a FunctorAdapter_FunctionPointer object that will delegate to the function referred to by the specified functionPtr.
Synopsis
Declared in <bslalg_functoradapter.h>
explicit
FunctorAdapter_FunctionPointer(FUNCTION_POINTER functionPtr);
Parameters
Name |
Description |
functionPtr |
pointer to the function this functor delegates to |
Created with MrDocs