#include <boost/concept_check.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <algorithm>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::range | |
Functions | |
template<class ForwardRange > | |
ForwardRange & | boost::range::rotate (ForwardRange &rng, BOOST_DEDUCED_TYPENAME range_iterator< ForwardRange >::type middle) |
template function rotate More... | |
template<class ForwardRange > | |
const ForwardRange & | boost::range::rotate (const ForwardRange &rng, BOOST_DEDUCED_TYPENAME range_iterator< const ForwardRange >::type middle) |