|  | Home | Libraries | People | FAQ | More | 
boost::compute::not2
// In header: <boost/compute/functional/logical.hpp> template<typename Predicate> binary_negate< Predicate > not2(const Predicate & predicate);
Returns a binary_negate adaptor around predicate.
| Parameters: | 
 | ||
| Returns: | a binary_negate wrapper around  |