Back to home page

EIC code displayed by LXR

 
 

    


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

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 the main "bind_fwd.hpp" header
0010 // -- DO NOT modify by hand!
0011 
0012 namespace boost { namespace mpl {
0013 
0014 template<
0015       typename F
0016     >
0017 struct bind0;
0018 
0019 template<
0020       typename F, typename T1
0021     >
0022 struct bind1;
0023 
0024 template<
0025       typename F, typename T1, typename T2
0026     >
0027 struct bind2;
0028 
0029 template<
0030       typename F, typename T1, typename T2, typename T3
0031     >
0032 struct bind3;
0033 
0034 template<
0035       typename F, typename T1, typename T2, typename T3, typename T4
0036     >
0037 struct bind4;
0038 
0039 template<
0040       typename F, typename T1, typename T2, typename T3, typename T4
0041     , typename T5
0042     >
0043 struct bind5;
0044 
0045 }}
0046