Defines boost::mpl11::detail::right_folds::variadic
.
More...
Go to the source code of this file.
|
template<template< typename...> class f, typename state , typename... xs> |
using | boost::mpl11::detail::right_folds::variadic = variadic_unrolled< f, state, xs...> |
| Alias to the most efficient variadic right fold.
|
|
Defines boost::mpl11::detail::right_folds::variadic
.
- 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)