]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/mpl/include/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / mpl / include / boost / mpl / aux_ / preprocessed / dmc / bind_fwd.hpp
1
2 // Copyright Aleksey Gurtovoy 2000-2004
3 //
4 // Distributed under the Boost Software License, Version 1.0.
5 // (See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8
9 // Preprocessed version of "boost/mpl/bind_fwd.hpp" header
10 // -- DO NOT modify by hand!
11
12 namespace boost { namespace mpl {
13
14 template<
15 typename F, typename T1 = na, typename T2 = na, typename T3 = na
16 , typename T4 = na, typename T5 = na, int dummy_ = 0
17 >
18 struct bind;
19
20 template<
21 typename F, int dummy_ = 0
22 >
23 struct bind0;
24
25 template<
26 typename F, typename T1, int dummy_ = 0
27 >
28 struct bind1;
29
30 template<
31 typename F, typename T1, typename T2, int dummy_ = 0
32 >
33 struct bind2;
34
35 template<
36 typename F, typename T1, typename T2, typename T3, int dummy_ = 0
37 >
38 struct bind3;
39
40 template<
41 typename F, typename T1, typename T2, typename T3, typename T4
42 , int dummy_ = 0
43 >
44 struct bind4;
45
46 template<
47 typename F, typename T1, typename T2, typename T3, typename T4
48 , typename T5, int dummy_ = 0
49 >
50 struct bind5;
51
52 }}
53