MPL11
All Classes Namespaces Files Typedefs Macros Groups Pages
variadic.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_DETAIL_RIGHT_FOLDS_VARIADIC_HPP
13 #define BOOST_MPL11_DETAIL_RIGHT_FOLDS_VARIADIC_HPP
14 
16 
17 
18 namespace boost { namespace mpl11 { namespace detail { namespace right_folds {
24  template <template <typename ...> class f, typename state, typename ...xs>
25  using variadic = variadic_unrolled<f, state, xs...>;
26 }}}} // end namespace boost::mpl11::detail::right_folds
27 
28 #endif // !BOOST_MPL11_DETAIL_RIGHT_FOLDS_VARIADIC_HPP
Defines boost::mpl11::detail::right_folds::variadic_unrolled.