#include <stl_function.h>
|
_Result(* | _M_ptr )(_Arg1, _Arg2) |
|
template<typename _Arg1, typename _Arg2, typename _Result>
class std::pointer_to_binary_function< _Arg1, _Arg2, _Result >
One of the adaptors for function pointers.
Definition at line 1124 of file stl_function.h.
◆ first_argument_type
template<typename _Arg1 , typename _Arg2 , typename _Result >
first_argument_type
is the type of the first argument
Definition at line 134 of file stl_function.h.
◆ result_type
template<typename _Arg1 , typename _Arg2 , typename _Result >
◆ second_argument_type
template<typename _Arg1 , typename _Arg2 , typename _Result >
second_argument_type
is the type of the second argument
Definition at line 137 of file stl_function.h.
◆ pointer_to_binary_function() [1/2]
template<typename _Arg1 , typename _Arg2 , typename _Result >
◆ pointer_to_binary_function() [2/2]
template<typename _Arg1 , typename _Arg2 , typename _Result >
◆ operator()()
template<typename _Arg1 , typename _Arg2 , typename _Result >
◆ _M_ptr
template<typename _Arg1 , typename _Arg2 , typename _Result >
The documentation for this class was generated from the following file: