Lines Matching refs:unary_function
20 struct unary_function
36 : public unary_function<T1, R> // if wrapping a unary functor
180 : public unary_function<typename Predicate::argument_type, bool>
240 : public unary_function<typename Operation::second_argument_type,
257 : public unary_function<typename Operation::first_argument_type,
273 class pointer_to_unary_function : public unary_function<Arg, Result>
295 class mem_fun_t : public unary_function<T*, S>
314 class mem_fun_ref_t : public unary_function<T, S> // deprecated in C++11, removed in C++17
333 class const_mem_fun_t : public unary_function<const T*, S> // deprecated in C++11, removed in …
352 class const_mem_fun_ref_t : public unary_function<T, S> // deprecated in C++11, removed in C++…
382 : public unary_function<T1, R> // iff sizeof...(ArgTypes) == 1 and
530 #include <__functional/unary_function.h> // TODO: deprecate