Defines boost::mpl11::detail::left_folds::until_unrolled.
More...
#include <boost/mpl11/fwd/iterable.hpp>Go to the source code of this file.
Typedefs | |
| template<template< typename...> class predicate, template< typename...> class f, typename state , typename xs > | |
| using | boost::mpl11::detail::left_folds::until_unrolled = typename multi_step< predicate, f, state, xs >::state |
Left fold stopping whenever the predicate returns true. More... | |
Defines boost::mpl11::detail::left_folds::until_unrolled.
1.8.7