MPL11
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Typedefs
Macros
Groups
Pages
boost
mpl11
detail
right_folds
until.hpp
Go to the documentation of this file.
1
12
#ifndef BOOST_MPL11_DETAIL_RIGHT_FOLDS_UNTIL_HPP
13
#define BOOST_MPL11_DETAIL_RIGHT_FOLDS_UNTIL_HPP
14
15
#include <
boost/mpl11/detail/right_folds/until_naive.hpp
>
16
17
18
namespace
boost {
namespace
mpl11 {
namespace
detail {
namespace
right_folds {
24
template
<
25
template
<
typename
...>
class
predicate,
26
template
<
typename
...>
class
f,
27
typename
state,
28
typename
xs
29
>
30
using
until = until_naive<predicate, f, state, xs>;
31
}}}}
// end namespace boost::mpl11::detail::right_folds
32
33
#endif // !BOOST_MPL11_DETAIL_RIGHT_FOLDS_UNTIL_HPP
until_naive.hpp
Defines boost::mpl11::detail::right_folds::until_naive.
Generated on Mon Jun 2 2014 16:56:37 for MPL11 by
1.8.7