X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Frange%2Fdoc%2Fhtml%2Frange%2Freference%2Falgorithms%2Fnon_mutating%2Fcount_if.html;h=40ff221651599e2917e7004e3a46e2cc68be1217;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=09b3f0548c09fbb3f3596fdc052a24ab3d520e3e;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/range/doc/html/range/reference/algorithms/non_mutating/count_if.html b/libs/range/doc/html/range/reference/algorithms/non_mutating/count_if.html index 09b3f05..40ff221 100644 --- a/libs/range/doc/html/range/reference/algorithms/non_mutating/count_if.html +++ b/libs/range/doc/html/range/reference/algorithms/non_mutating/count_if.html @@ -3,7 +3,7 @@ count_if - + @@ -26,12 +26,11 @@
count_if
-
- - Prototype +
+ + Prototype

-

template<class SinglePassRange, class UnaryPredicate>
 typename range_difference<const SinglePassRange>::type
@@ -39,9 +38,9 @@
 

-
- - Description +
+ + Description

count_if returns the @@ -49,18 +48,18 @@ in rng where pred(x) is true.

-
- - Definition +
+ + Definition

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

-
- - Requirements +
+ + Requirements
-
-