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

-

template<
     class ForwardRange,
@@ -65,9 +64,9 @@
 

-
- - Description +
+ + Description

remove removes from @@ -82,18 +81,18 @@ end(rng)) are dereferenceable, but the elements are unspecified.

-
- - Definition +
+ + Definition

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

-
- - Requirements +
+ + Requirements
-
-