#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 355 of file stl_function.h. |
|
Definition at line 356 of file stl_function.h. References std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::_M_ptr. |
|
Definition at line 358 of file stl_function.h. References std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::_M_ptr. |
|
Referenced by std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::operator()(), and std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::pointer_to_binary_function(). |