Searched defs:binary_function (Results 1 – 5 of 5) sorted by relevance
118 struct binary_function in _GLIBCXX_VISIBILITY() struct121 typedef _Arg1 first_argument_type; in _GLIBCXX_VISIBILITY()124 typedef _Arg2 second_argument_type; in _GLIBCXX_VISIBILITY()127 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
67 template<typename Argument1, typename Argument2, typename Result> struct binary_function struct69 typedef Argument1 first_argument_type;70 typedef Argument2 second_argument_type;71 typedef Result result_type;