This specialization of FunctorAdapter defines an alias Type for a functor that delegates to a function pointer matching the parameterized FUNCTION type.
Declared in <bslalg_functoradapter.h>
template<class FUNCTION>
class FunctorAdapter<FUNCTION*>;
| Name | Description |
|---|---|
Type | This typedef is an alias for a functor that delegates to the function referred to by the function pointer matching the parameterized FUNCTION type. |