Searched defs:unary_function (Results 1 – 5 of 5) sorted by relevance
23 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function struct42 using __unary_function = unary_function<_Arg, _Result>; argument
105 struct unary_function in _GLIBCXX_VISIBILITY() struct108 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY()111 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
117 struct unary_function in _GLIBCXX_VISIBILITY() struct120 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY()123 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
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