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

source: vendors/XIOS/current/extern/boost/include/boost/mpl/aux_/preprocessed/no_ctps/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: 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.