Searched defs:binder1st (Results 1 – 1 of 1) sorted by relevance
674 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… struct676 … __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_type& arg1_… in binder1st() function678 …ult_type operator ()(typename TypeTraits<typename Op::second_argument_type>::ParameterType a) const in operator ()()683 __host__ __device__ __forceinline__ binder1st() {} in binder1st() function684 …__host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.a… in binder1st() function686 Op op;687 typename Op::first_argument_type arg1;