BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslalg::FunctorAdapter< CALLABLE_OBJECT > Class Template Reference

#include <bslalg_functoradapter.h>

Public Types

typedef CALLABLE_OBJECT Type
 This typedef is an alias for the functor.
 

Detailed Description

template<class CALLABLE_OBJECT>
class bslalg::FunctorAdapter< CALLABLE_OBJECT >

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.

See bslalg_functoradapter

Member Typedef Documentation

◆ Type

template<class CALLABLE_OBJECT >
typedef CALLABLE_OBJECT bslalg::FunctorAdapter< CALLABLE_OBJECT >::Type

The documentation for this class was generated from the following file: