#include <stl_function.h>
Inheritance diagram for std::pointer_to_binary_function:
Public Methods | |
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) |
|
Definition at line 312 of file stl_function.h. |
|
Definition at line 313 of file stl_function.h. |
|
Definition at line 315 of file stl_function.h. |
|
Referenced by operator()(). |