![]() |
Home | Libraries | People | FAQ | More |
boost::compute::none_of
// In header: <boost/compute/algorithm/none_of.hpp> template<typename InputIterator, typename UnaryPredicate> bool none_of(InputIterator first, InputIterator last, UnaryPredicate predicate, command_queue & queue = system::default_queue());