New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
apply_fwd.hpp in vendors/XIOS/current/extern/boost/include/boost/mpl/aux_/preprocessed/bcc_pre590 – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp @ 3408

Last change on this file since 3408 was 3408, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 973 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 "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.