X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Frange%2Fdoc%2Fhtml%2Frange%2Freference%2Falgorithms%2Fmutating%2Frotate.html;h=b314c58f9ffd82b17d42d599cce696598d822ad2;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=de9388a9ace2ad10515475ce7156d8470359816a;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/range/doc/html/range/reference/algorithms/mutating/rotate.html b/libs/range/doc/html/range/reference/algorithms/mutating/rotate.html index de9388a..b314c58 100644 --- a/libs/range/doc/html/range/reference/algorithms/mutating/rotate.html +++ b/libs/range/doc/html/range/reference/algorithms/mutating/rotate.html @@ -3,7 +3,7 @@ rotate - + @@ -26,12 +26,11 @@
rotate
-
- - Prototype +
+ + Prototype

-

template<class ForwardRange>
 ForwardRange& rotate(ForwardRange& rng,
@@ -43,27 +42,27 @@
 

-
- - Description +
+ + Description

rotate rotates the elements in a range. It exchanges the two ranges [begin(rng), middle) and [middle, end(rng)). Returns a reference to rng.

-
- - Definition +
+ + Definition

Defined in the header file boost/range/algorithm/rotate.hpp

-
- - Requirements +
+ + Requirements
-