BDE 4.14.0 Production release
|
#include <bslalg_functoradapter.h>
Public Types | |
typedef CALLABLE_OBJECT | Type |
This typedef is an alias for the functor. | |
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.
typedef CALLABLE_OBJECT bslalg::FunctorAdapter< CALLABLE_OBJECT >::Type |