ReactOS 0.4.16-dev-1049-g378a335
|
#include <_function_adaptors.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 | |
![]() | |
typedef _Arg1 | first_argument_type |
typedef _Arg2 | second_argument_type |
typedef _Result | result_type |
![]() | |
~binary_function () | |
Definition at line 590 of file _function_adaptors.h.
|
inline |
Definition at line 595 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 596 of file _function_adaptors.h.
|
inline |
Definition at line 598 of file _function_adaptors.h.
|
protected |
Definition at line 593 of file _function_adaptors.h.
Referenced by pointer_to_binary_function< _Arg1, _Arg2, _Result >::operator()().