2 // Copyright Aleksey Gurtovoy 2000-2004
\r
4 // Distributed under the Boost Software License, Version 1.0.
\r
5 // (See accompanying file LICENSE_1_0.txt or copy at
\r
6 // http://www.boost.org/LICENSE_1_0.txt)
\r
9 // Preprocessed version of "boost/mpl/apply.hpp" header
\r
10 // -- DO NOT modify by hand!
\r
12 namespace boost { namespace mpl {
\r
20 typedef typename apply_wrap0<
\r
21 typename lambda<F>::type
\r
25 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
32 /// workaround for ETI bug
\r
40 typename F, typename T1
\r
45 typedef typename apply_wrap1<
\r
46 typename lambda<F>::type
\r
50 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
57 /// workaround for ETI bug
\r
59 struct apply1< int,int >
\r
65 typename F, typename T1, typename T2
\r
70 typedef typename apply_wrap2<
\r
71 typename lambda<F>::type
\r
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
82 /// workaround for ETI bug
\r
84 struct apply2< int,int,int >
\r
90 typename F, typename T1, typename T2, typename T3
\r
95 typedef typename apply_wrap3<
\r
96 typename lambda<F>::type
\r
100 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
107 /// workaround for ETI bug
\r
109 struct apply3< int,int,int,int >
\r
115 typename F, typename T1, typename T2, typename T3, typename T4
\r
120 typedef typename apply_wrap4<
\r
121 typename lambda<F>::type
\r
125 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
128 , (F, T1, T2, T3, T4)
\r
132 /// workaround for ETI bug
\r
134 struct apply4< int,int,int,int,int >
\r
140 typename F, typename T1, typename T2, typename T3, typename T4
\r
146 typedef typename apply_wrap5<
\r
147 typename lambda<F>::type
\r
148 , T1, T2, T3, T4, T5
\r
151 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
154 , (F, T1, T2, T3, T4, T5)
\r
158 /// workaround for ETI bug
\r
160 struct apply5< int,int,int,int,int,int >
\r