Searched defs:unary_negate (Results 1 – 1 of 1) sorted by relevance
633 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty… struct635 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate() function637 …ne__ bool operator()(typename TypeTraits<typename Predicate::argument_type>::ParameterType x) const in operator ()()642 __host__ __device__ __forceinline__ unary_negate() {} in unary_negate() argument643 … __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {} in unary_negate() argument645 Predicate pred;