Searched refs:__Operation (Results 1 – 2 of 2) sorted by relevance
126 # define __UNARY_ARG(__Operation,__type) __unary_fun_aux<__Operation>::__type argument127 # define __BINARY_ARG(__Operation,__type) __binary_fun_aux<__Operation>::__type argument130 # define __UNARY_ARG(__Operation,__type) __Operation::__type argument131 # define __BINARY_ARG(__Operation,__type) __Operation::__type argument
976 template <class __Operation>978 : public unary_function<typename __Operation::second_argument_type,979 typename __Operation::result_type>982 __Operation op;983 typename __Operation::first_argument_type value;985 _LIBCPP_INLINE_VISIBILITY binder1st(const __Operation& __x,986 const typename __Operation::first_argument_type __y)988 _LIBCPP_INLINE_VISIBILITY typename __Operation::result_type operator()989 (typename __Operation::second_argument_type& __x) const991 _LIBCPP_INLINE_VISIBILITY typename __Operation::result_type operator()[all …]