#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.
| std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::pointer_to_binary_function | ( | ) |  [inline] | 
Definition at line 511 of file stl_function.h.
| std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::pointer_to_binary_function | ( | _Result(*)(_Arg1, _Arg2) | __x | ) |  [inline, explicit] | 
Definition at line 514 of file stl_function.h.
| _Result std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::operator() | ( | _Arg1 | __x, | |
| _Arg2 | __y | |||
| ) | const  [inline] | 
Definition at line 518 of file stl_function.h.
References std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::_M_ptr.
| _Result(* std::pointer_to_binary_function< _Arg1, _Arg2, _Result >::_M_ptr)(_Arg1, _Arg2)  [protected] | 
 1.4.7
 1.4.7