source: vendor/nemo/current/NEMOGCM/EXTERNAL/XIOS/extern/boost/include/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp @ 44

Last change on this file since 44 was 44, checked in by cholod, 12 years ago

Load NEMO_TMP into vendor/nemo/current.

File size: 823 bytes
Line 
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 the main "bind_fwd.hpp" header
10// -- DO NOT modify by hand!
11
12namespace boost { namespace mpl {
13
14template<
15      typename F
16    >
17struct bind0;
18
19template<
20      typename F, typename T1
21    >
22struct bind1;
23
24template<
25      typename F, typename T1, typename T2
26    >
27struct bind2;
28
29template<
30      typename F, typename T1, typename T2, typename T3
31    >
32struct bind3;
33
34template<
35      typename F, typename T1, typename T2, typename T3, typename T4
36    >
37struct bind4;
38
39template<
40      typename F, typename T1, typename T2, typename T3, typename T4
41    , typename T5
42    >
43struct bind5;
44
45}}
46
Note: See TracBrowser for help on using the repository browser.