Searched defs:unary_function (Results 1 – 2 of 2) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS unary_function struct26 typedef _Arg argument_type;27 typedef _Result result_type;
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