boost::compute::logical_not
// In header: <boost/compute/functional/logical.hpp> template<typename T> struct logical_not : public boost::compute::unary_function< T, int > { };
The logical_not function negates its argument and returns it.
See Also:
not1(), not2()