Searched refs:unary_negate (Results 1 – 8 of 8) sorted by relevance
87 class unary_negate class93 explicit unary_negate(const Func& func) in unary_negate() function in boost::container::unary_negate105 unary_negate<Func> not1(const Func& func) in not1()107 return boost::container::unary_negate<Func>(func); in not1()
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() function656 __host__ __device__ __forceinline__ unary_negate() {} in unary_negate() function657 … __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {} in unary_negate() argument662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1()664 return unary_negate<Predicate>(pred); in not1()
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() argument656 __host__ __device__ __forceinline__ unary_negate() {} in unary_negate() function657 … __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {} in unary_negate() argument662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1()664 return unary_negate<Predicate>(pred); in not1()
1003 class unary_negate in _GLIBCXX_VISIBILITY()1012 unary_negate(const _Predicate& __x) : _M_pred(__x) { } in _GLIBCXX_VISIBILITY()1023 inline unary_negate<_Predicate> in _GLIBCXX_VISIBILITY()1025 { return unary_negate<_Predicate>(__pred); } in _GLIBCXX_VISIBILITY()
191 class unary_negate // deprecated in C++17195 explicit unary_negate(const Predicate& pred);200 unary_negate<Predicate> not1(const Predicate& pred);991 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 unary_negate997 explicit unary_negate(const _Predicate& __pred)1006 unary_negate<_Predicate>1007 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}