source: XIOS/dev/dev_olga/src/extern/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 972 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 "boost/mpl/apply_fwd.hpp" header
10// -- DO NOT modify by hand!
11
12namespace boost { namespace mpl {
13
14template<
15      typename F, typename T1 = na, typename T2 = na, typename T3 = na
16    , typename T4 = na, typename T5 = na
17    >
18struct apply;
19
20template<
21      typename F
22    >
23struct apply0;
24
25template<
26      typename F, typename T1
27    >
28struct apply1;
29
30template<
31      typename F, typename T1, typename T2
32    >
33struct apply2;
34
35template<
36      typename F, typename T1, typename T2, typename T3
37    >
38struct apply3;
39
40template<
41      typename F, typename T1, typename T2, typename T3, typename T4
42    >
43struct apply4;
44
45template<
46      typename F, typename T1, typename T2, typename T3, typename T4
47    , typename T5
48    >
49struct apply5;
50
51}}
52
Note: See TracBrowser for help on using the repository browser.