binary_fastcall_function_pointer Struct Template Reference
[Functional Library]

#include <stlsoft/functional/function_pointer_adaptors.hpp>

List of all members.


Detailed Description

template<typename R, typename A0, typename A1>
struct stlsoft::binary_fastcall_function_pointer< R, A0, A1 >

A binary function adaptor for pointers to functions with FastCall (__fastcall) calling convention.

Public Types

typedef R return_type
typedef A0 first_argument_type
typedef A1 second_argument_type
typedef return_type(__fastcall * function_type )(first_argument_type, second_argument_type)

Public Member Functions

 binary_fastcall_function_pointer (function_type func)
return_type operator() (first_argument_type a0, second_argument_type a1) const

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

Generated on Thu Jun 10 08:58:46 2010 for STLSoft by  doxygen 1.5.6