Defines boost::mpl11::detail::left_folds::until_aliased.
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_aliased = typename until_aliased_impl< predicate< xs >::type::value >::template apply< predicate, f, state, xs > |
Left fold using aliases stopping whenever the predicate returns true. More... | |
Defines boost::mpl11::detail::left_folds::until_aliased.
1.8.7