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/msvc60 – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/mpl/aux_/preprocessed/msvc60/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: 829 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
16    >
17struct apply0;
18
19template<
20      typename F, typename T1
21    >
22struct apply1;
23
24template<
25      typename F, typename T1, typename T2
26    >
27struct apply2;
28
29template<
30      typename F, typename T1, typename T2, typename T3
31    >
32struct apply3;
33
34template<
35      typename F, typename T1, typename T2, typename T3, typename T4
36    >
37struct apply4;
38
39template<
40      typename F, typename T1, typename T2, typename T3, typename T4
41    , typename T5
42    >
43struct apply5;
44
45}}
46
Note: See TracBrowser for help on using the repository browser.