Searched defs:binary_negate (Results 1 – 1 of 1) sorted by relevance
653 …template <typename Predicate> struct binary_negate : binary_function<typename Predicate::first_arg… struct655 explicit __host__ __device__ __forceinline__ binary_negate(const Predicate& p) : pred(p) {} in binary_negate() argument657 …ne__ bool operator()(typename TypeTraits<typename Predicate::first_argument_type>::ParameterType x, in operator ()()663 __host__ __device__ __forceinline__ binary_negate() {} in binary_negate() argument664 …__host__ __device__ __forceinline__ binary_negate(const binary_negate& other) : pred(other.pred) {} in binary_negate() function666 Predicate pred;