Searched defs:binder2nd (Results 1 – 1 of 1) sorted by relevance
695 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… struct697 …__device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_type& arg2_… in binder2nd() function699 …sult_type operator ()(typename TypeTraits<typename Op::first_argument_type>::ParameterType a) const in operator ()()704 __host__ __device__ __forceinline__ binder2nd() {} in binder2nd() function705 …__host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.a… in binder2nd() function707 Op op;708 typename Op::second_argument_type arg2;