Lines Matching refs:binary_function
27 struct binary_function
37 : public binary_function<T1, T2, R> // if wrapping a binary functor
203 : public binary_function<typename Predicate::first_argument_type,
306 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result>
325 class mem_fun1_t : public binary_function<T*, A, S> // deprecated in C++11, removed in C++17
344 class mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed in C++17
365 class const_mem_fun1_t : public binary_function<const T*, A, S> // deprecated in C++11, removed in C++17
386 class const_mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed in C++17
411 : public binary_function<T1, T2, R> // iff sizeof...(ArgTypes) == 2 and
532 #include <__functional/binary_function.h>