This class provides a functor that delegates to the function referred to by a function pointer supplied on construction. Delegation is supported through the conversion operator, which implicitly returns a reference to the parameterized FUNCTION_POINTER.
Synopsis
Declared in <bslalg_functoradapter.h>
template<class FUNCTION_POINTER>
class FunctorAdapter_FunctionPointer;
Member Functions
Name |
Description |
|
Create a |
Convert this object to the parameterized |
|
Convert this object to the parameterized |
Created with MrDocs