MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
Typedefs
until.hpp File Reference

Defines boost::mpl11::detail::right_folds::until. More...

#include <boost/mpl11/detail/right_folds/until_naive.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::right_folds::until = until_naive< predicate, f, state, xs >
 Alias to the most efficient "until" right fold.
 

Detailed Description

Defines boost::mpl11::detail::right_folds::until.