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