Defines boost::mpl11::detail::count_if::variadic_sizeof
.
More...
Go to the source code of this file.
|
template<template< typename...> class predicate, typename... xs> |
using | boost::mpl11::detail::count_if::variadic_sizeof = size_t< sizeof...(xs)==0?0:sizeof(sizeof_impl< predicate, typename make_std_index_sequence< sizeof...(xs)>::type, xs... >)/sizeof(count_helper< 0, true >) > |
| count_if algorithm using a trick with the sizeof operator.
|
|
Defines boost::mpl11::detail::count_if::variadic_sizeof
.
- 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)