PrevUpHomeNext

Class template atomic_and

boost::compute::atomic_and

Synopsis

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

template<typename T> 
class atomic_and : public boost::compute::function< T(T *, T)> {
public:
  // construct/copy/destruct
  atomic_and();
};

Description

atomic_and public construct/copy/destruct

  1. atomic_and();

PrevUpHomeNext