Searched refs:count_if_t_impl (Results 1 – 1 of 1) sorted by relevance
136 struct count_if_t_impl : public std::integral_constant<size_t, N> {}; struct138 struct count_if_t_impl<Pred, N, T, Us...>141 count_if_t_impl<Pred, N + (Pred<T>::value ? 1 : 0), Us...>::value> {};143 using count_if_t = count_if_t_impl<Pred, 0, Ts...>;