Quick Links:

bal | bbl | bdl | bsl

Public Types

bslalg::FunctorAdapter< FUNCTION * > Class Template Reference

#include <bslalg_functoradapter.h>

List of all members.

Public Types

typedef
FunctorAdapter_FunctionPointer
< FUNCTION * > 
Type

Detailed Description

template<class FUNCTION>
class bslalg::FunctorAdapter< FUNCTION * >

This specialization of FunctorAdapter defines an alias Type for a functor that delegates to a function pointer matching the parameterized FUNCTION type.

See Component bslalg_functoradapter


Member Typedef Documentation

template<class FUNCTION >
typedef FunctorAdapter_FunctionPointer<FUNCTION*> bslalg::FunctorAdapter< FUNCTION * >::Type

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