Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:41:27

0001 
0002 // Copyright Aleksey Gurtovoy 2000-2004
0003 //
0004 // Distributed under the Boost Software License, Version 1.0. 
0005 // (See accompanying file LICENSE_1_0.txt or copy at 
0006 // http://www.boost.org/LICENSE_1_0.txt)
0007 //
0008 
0009 // Preprocessed version of "boost/mpl/apply_fwd.hpp" header
0010 // -- DO NOT modify by hand!
0011 
0012 namespace boost { namespace mpl {
0013 
0014 namespace aux {
0015 template< BOOST_AUX_NTTP_DECL(int, arity_) > struct apply_chooser;
0016 }
0017 
0018 template<
0019       typename F
0020     >
0021 struct apply0;
0022 
0023 template<
0024       typename F, typename T1
0025     >
0026 struct apply1;
0027 
0028 template<
0029       typename F, typename T1, typename T2
0030     >
0031 struct apply2;
0032 
0033 template<
0034       typename F, typename T1, typename T2, typename T3
0035     >
0036 struct apply3;
0037 
0038 template<
0039       typename F, typename T1, typename T2, typename T3, typename T4
0040     >
0041 struct apply4;
0042 
0043 template<
0044       typename F, typename T1, typename T2, typename T3, typename T4
0045     , typename T5
0046     >
0047 struct apply5;
0048 
0049 }}
0050