Searched defs:unary_negate (Results 1 – 4 of 4) sorted by relevance
87 class unary_negate class93 explicit unary_negate(const Func& func) in unary_negate() function in boost::container::unary_negate
647 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty… struct649 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate() function651 …ne__ bool operator()(typename TypeTraits<typename Predicate::argument_type>::ParameterType x) const in operator ()()656 __host__ __device__ __forceinline__ unary_negate() {} in unary_negate() argument657 … __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {} in unary_negate() function659 Predicate pred;
647 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty… struct649 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate() argument651 …ne__ bool operator()(typename TypeTraits<typename Predicate::argument_type>::ParameterType x) const in operator ()()656 __host__ __device__ __forceinline__ unary_negate() {} in unary_negate() function657 … __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {} in unary_negate() function659 Predicate pred;