...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::atomic_and
// In header: <boost/compute/functional/atomic.hpp> template<typename T> class atomic_and : public function< T(T *, T)> { public: // public member functions atomic_and(); };