BloombergLP::bslalg::FunctorAdapter<FUNCTION*>

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

NameDescription
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.