This specialization of FunctorAdapter defines an alias Type for a functor that delegates to a function pointer matching the parameterized FUNCTION type.
Synopsis
Declared in <bslalg_functoradapter.h>
template<class FUNCTION>
class FunctorAdapter<FUNCTION*>;