This class provides a metafunction that defines an alias Type for the parameterized CALLABLE_OBJECT. Type is functor type that provides the same operation as the parameterized CALLABLE_OBJECT. Note that function pointers are supported through a specialization of this template.
Synopsis
Declared in <bslalg_functoradapter.h>
template<class CALLABLE_OBJECT>
class FunctorAdapter;
Type Aliases
Name |
Description |
This |
Specializations
Name |
Description |
This specialization of |
Derived Classes
Name |
Description |
This |
|
Comparator adapter used by |
Created with MrDocs