|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
Public Member Functions | |
| pointer_to_binary_function () | |
| pointer_to_binary_function (_Result(*__x)(_Arg1, _Arg2)) | |
| _Result | operator() (_Arg1 __x, _Arg2 __y) const |
Protected Attributes | |
| _Result(* | _M_ptr )(_Arg1, _Arg2) |
Additional Inherited Members | |
Public Types inherited from Aleph::binary_function< _Arg1, _Arg2, _Result > | |
| typedef _Arg1 | first_argument_type |
| typedef _Arg2 | second_argument_type |
| typedef _Result | result_type |
Definition at line 412 of file ahFunction.H.
|
inline |
Definition at line 421 of file ahFunction.H.
|
inlineexplicit |
Definition at line 423 of file ahFunction.H.
|
inline |
Definition at line 426 of file ahFunction.H.
References Aleph::pointer_to_binary_function< _Arg1, _Arg2, _Result >::_M_ptr, and Aleph::maps().
|
protected |
Definition at line 417 of file ahFunction.H.
Referenced by Aleph::pointer_to_binary_function< _Arg1, _Arg2, _Result >::operator()().