diff --git a/doc/html/mp11.html b/doc/html/mp11.html index 5c98250..06276b0 100644 --- a/doc/html/mp11.html +++ b/doc/html/mp11.html @@ -1567,7 +1567,7 @@
template<class L, template<class...> class P> using mp_count_if = /*...*/;
- mp_count_f<L, P>
returns mp_size_t<N>
, where N
+ mp_count_if<L, P>
returns mp_size_t<N>
, where N
is the number of elements T
of L
for which mp_to_bool<P<T>>
is mp_true
.
@@ -2504,7 +2504,7 @@
Last revised: May 25, 2017 at 18:29:52 GMT |
+Last revised: May 25, 2017 at 18:31:25 GMT |
>` is `mp_true`.
+`mp_count_if >` is `mp_true`.
[endsect]
[section `mp_contains