Searched defs:Binder2nd (Results 1 – 1 of 1) sorted by relevance
830 template <class Op> struct Binder2nd : unary_function<typename Op::first_argument_type, typename Op… struct832 Op op;833 typename Op::second_argument_type arg2;835 __device__ __forceinline__ typename Op::result_type operator ()( in operator ()()