#include <stl_function.h>
Inheritance diagram for std::pointer_to_binary_function< _Arg1, _Arg2, _Result >:

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) |
Definition at line 505 of file stl_function.h.
|
|||||||||
|
Definition at line 511 of file stl_function.h. |
|
||||||||||
|
Definition at line 514 of file stl_function.h. |
|
||||||||||||||||
|
Definition at line 518 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()(). |
1.3.6