Searched defs:unary_function (Results 1 – 5 of 5) sorted by relevance
105 struct unary_function in _GLIBCXX_VISIBILITY() struct108 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY()111 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
62 template<typename Argument, typename Result> struct unary_function struct64 typedef Argument argument_type;65 typedef Result result_type;