Searched defs:unary_function (Results 1 – 3 of 3) sorted by relevance
23 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function struct42 using __unary_function = unary_function<_Arg, _Result>; argument
102 struct unary_function struct104 typedef _Arg argument_type; ///< @c argument_type is the type of the107 typedef _Result result_type; ///< @c result_type is the return type
102 struct unary_function { struct103 …typedef _Arg argument_type; ///< @c argument_type is the type of the argument (no surprises here)104 typedef _Result result_type; ///< @c result_type is the return type