PrevUpHomeNext

Struct template logical_not

boost::compute::logical_not

Synopsis

// In header: <boost/compute/functional/logical.hpp>

template<typename T> 
struct logical_not : public boost::compute::unary_function< T, int > {
};

Description

The logical_not function negates its argument and returns it.

See Also:

not1(), not2()


PrevUpHomeNext