1 /*=============================================================================
2     Copyright (c) 2001-2011 Joel de Guzman
3 
4     Distributed under the Boost Software License, Version 1.0. (See accompanying
5     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 
7     This is an auto-generated file. Do not edit!
8 ==============================================================================*/
9 namespace boost { namespace fusion
10 {
11     struct nil_;
12     struct void_;
13     template <typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 , typename T9>
14     struct list
15         : detail::list_to_cons<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::type
16     {
17     private:
18         typedef
19             detail::list_to_cons<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>
20         list_to_cons;
21     public:
22         typedef typename list_to_cons::type inherited_type;
23         BOOST_FUSION_GPU_ENABLED
listboost::fusion::list24         list()
25             : inherited_type() {}
26         template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , typename U6 , typename U7 , typename U8 , typename U9>
27         BOOST_FUSION_GPU_ENABLED
listboost::fusion::list28         list(list<U0 , U1 , U2 , U3 , U4 , U5 , U6 , U7 , U8 , U9> const& rhs)
29             : inherited_type(rhs) {}
30         template <typename Sequence>
31         BOOST_FUSION_GPU_ENABLED
listboost::fusion::list32         list(Sequence const& rhs)
33             : inherited_type(rhs) {}
34 
35 
36 
37 
38 
39 
40 
41     BOOST_FUSION_GPU_ENABLED
42     explicit
listboost::fusion::list43     list(typename detail::call_param<T0 >::type _0)
44         : inherited_type(list_to_cons::call(_0))
45     {}
46     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list47     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1)
48         : inherited_type(list_to_cons::call(_0 , _1))
49     {}
50     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list51     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1 , typename detail::call_param<T2 >::type _2)
52         : inherited_type(list_to_cons::call(_0 , _1 , _2))
53     {}
54     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list55     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1 , typename detail::call_param<T2 >::type _2 , typename detail::call_param<T3 >::type _3)
56         : inherited_type(list_to_cons::call(_0 , _1 , _2 , _3))
57     {}
58     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list59     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1 , typename detail::call_param<T2 >::type _2 , typename detail::call_param<T3 >::type _3 , typename detail::call_param<T4 >::type _4)
60         : inherited_type(list_to_cons::call(_0 , _1 , _2 , _3 , _4))
61     {}
62     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list63     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1 , typename detail::call_param<T2 >::type _2 , typename detail::call_param<T3 >::type _3 , typename detail::call_param<T4 >::type _4 , typename detail::call_param<T5 >::type _5)
64         : inherited_type(list_to_cons::call(_0 , _1 , _2 , _3 , _4 , _5))
65     {}
66     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list67     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1 , typename detail::call_param<T2 >::type _2 , typename detail::call_param<T3 >::type _3 , typename detail::call_param<T4 >::type _4 , typename detail::call_param<T5 >::type _5 , typename detail::call_param<T6 >::type _6)
68         : inherited_type(list_to_cons::call(_0 , _1 , _2 , _3 , _4 , _5 , _6))
69     {}
70     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list71     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1 , typename detail::call_param<T2 >::type _2 , typename detail::call_param<T3 >::type _3 , typename detail::call_param<T4 >::type _4 , typename detail::call_param<T5 >::type _5 , typename detail::call_param<T6 >::type _6 , typename detail::call_param<T7 >::type _7)
72         : inherited_type(list_to_cons::call(_0 , _1 , _2 , _3 , _4 , _5 , _6 , _7))
73     {}
74     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list75     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1 , typename detail::call_param<T2 >::type _2 , typename detail::call_param<T3 >::type _3 , typename detail::call_param<T4 >::type _4 , typename detail::call_param<T5 >::type _5 , typename detail::call_param<T6 >::type _6 , typename detail::call_param<T7 >::type _7 , typename detail::call_param<T8 >::type _8)
76         : inherited_type(list_to_cons::call(_0 , _1 , _2 , _3 , _4 , _5 , _6 , _7 , _8))
77     {}
78     BOOST_FUSION_GPU_ENABLED
listboost::fusion::list79     list(typename detail::call_param<T0 >::type _0 , typename detail::call_param<T1 >::type _1 , typename detail::call_param<T2 >::type _2 , typename detail::call_param<T3 >::type _3 , typename detail::call_param<T4 >::type _4 , typename detail::call_param<T5 >::type _5 , typename detail::call_param<T6 >::type _6 , typename detail::call_param<T7 >::type _7 , typename detail::call_param<T8 >::type _8 , typename detail::call_param<T9 >::type _9)
80         : inherited_type(list_to_cons::call(_0 , _1 , _2 , _3 , _4 , _5 , _6 , _7 , _8 , _9))
81     {}
82         template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , typename U6 , typename U7 , typename U8 , typename U9>
83         BOOST_FUSION_GPU_ENABLED
84         list&
operator =boost::fusion::list85         operator=(list<U0 , U1 , U2 , U3 , U4 , U5 , U6 , U7 , U8 , U9> const& rhs)
86         {
87             inherited_type::operator=(rhs);
88             return *this;
89         }
90         template <typename T>
91         BOOST_FUSION_GPU_ENABLED
92         list&
operator =boost::fusion::list93         operator=(T const& rhs)
94         {
95             inherited_type::operator=(rhs);
96             return *this;
97         }
98     };
99 }}
100