...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::rotate
// In header: <boost/compute/algorithm/rotate.hpp> template<typename InputIterator> void rotate(InputIterator first, InputIterator n_first, InputIterator last, command_queue & queue = system::default_queue());