Quick Links:

bal | bbl | bdl | bsl

Public Types

bslalg::FunctorAdapter< CALLABLE_OBJECT > Class Template Reference

#include <bslalg_functoradapter.h>

List of all members.

Public Types

typedef CALLABLE_OBJECT Type

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 Component bslalg_functoradapter


Member Typedef Documentation

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

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