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