#include "paal/utils/type_functions.hpp"
#include <boost/range/iterator.hpp>
#include <boost/range/join.hpp>
#include <iterator>
Go to the source code of this file.
Namespaces | |
paal | |
global namespace of project. | |
paal::utils | |
Utils namespace. | |
Functions | |
template<class ForwardRange > | |
auto | paal::utils::rotate (const ForwardRange &rng, range_to_diff_type_t< ForwardRange > n) |
returns rotated view of the given range More... | |