[#BloombergLP-bslalg-FunctorAdapter-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/FunctorAdapter-09.adoc[FunctorAdapter]<FUNCTION*> :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class FUNCTION> class xref:BloombergLP/bslalg/FunctorAdapter-09.adoc[FunctorAdapter]<FUNCTION*>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslalg/FunctorAdapter-03/Type.adoc[`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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#