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


diff --git a/doc/mp11/algorithm.qbk b/doc/mp11/algorithm.qbk index 17f1649..9f603f9 100644 --- a/doc/mp11/algorithm.qbk +++ b/doc/mp11/algorithm.qbk @@ -60,7 +60,7 @@ As `mp_transform_if`, but takes a quoted metafunction. [section `mp_count_if`] template class P> using mp_count_if = /*...*/; -`mp_count_f` returns `mp_size_t`, where `N` is the number of elements `T` of `L` for which `mp_to_bool>` is `mp_true`. +`mp_count_if` returns `mp_size_t`, where `N` is the number of elements `T` of `L` for which `mp_to_bool>` is `mp_true`. [endsect] [section `mp_contains`]