...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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 |