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*>;

Type Aliases

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.

Created with MrDocs