#include <stl_function.h>
template<typename _Arg, typename _Result>
class std::pointer_to_unary_function< _Arg, _Result >
One of the adaptors for function pointers.
Definition at line 1099 of file stl_function.h.
◆ argument_type
template<typename _Arg , typename _Result >
argument_type
is the type of the argument
Definition at line 120 of file stl_function.h.
◆ result_type
template<typename _Arg , typename _Result >
◆ pointer_to_unary_function() [1/2]
template<typename _Arg , typename _Result >
◆ pointer_to_unary_function() [2/2]
template<typename _Arg , typename _Result >
◆ operator()()
template<typename _Arg , typename _Result >
◆ _M_ptr
template<typename _Arg , typename _Result >
The documentation for this class was generated from the following file: