...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_dec
// In header: <boost/compute/functional/atomic.hpp> template<typename T> class atomic_dec : public function< T(T *)> { public: // construct/copy/destruct atomic_dec(); };