Defines boost::mpl11::detail::count_if::variadic_sum
.
More...
Go to the source code of this file.
|
template<template< typename...> class predicate, typename... xs> |
using | boost::mpl11::detail::count_if::variadic_sum = size_t< homogeneous_sum< sizeof...(xs)+1 >({false,(bool) predicate< xs >::type::value...}) > |
| count_if algorithm using a constexpr sum.
|
|
Defines boost::mpl11::detail::count_if::variadic_sum
.
- Copyright
- Louis Dionne 2014 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://www.boost.org/LICENSE_1_0.txt)