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

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 915 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
14namespace aux {
15template< BOOST_AUX_NTTP_DECL(int, arity_) > struct apply_chooser;
16}
17
18template<
19      typename F
20    >
21struct apply0;
22
23template<
24      typename F, typename T1
25    >
26struct apply1;
27
28template<
29      typename F, typename T1, typename T2
30    >
31struct apply2;
32
33template<
34      typename F, typename T1, typename T2, typename T3
35    >
36struct apply3;
37
38template<
39      typename F, typename T1, typename T2, typename T3, typename T4
40    >
41struct apply4;
42
43template<
44      typename F, typename T1, typename T2, typename T3, typename T4
45    , typename T5
46    >
47struct apply5;
48
49}}
50
Note: See TracBrowser for help on using the repository browser.