Chris@16: /*============================================================================= Chris@16: Copyright (c) 2001-2011 Joel de Guzman Chris@16: Chris@16: Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: This is an auto-generated file. Do not edit! Chris@16: ==============================================================================*/ Chris@16: namespace boost { namespace fusion Chris@16: { Chris@16: template Chris@16: struct tuple : vector Chris@16: { Chris@16: typedef vector< Chris@16: T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39> Chris@16: base_type; Chris@101: BOOST_FUSION_GPU_ENABLED tuple() Chris@16: : base_type() {} Chris@101: BOOST_FUSION_GPU_ENABLED tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(std::pair const& rhs) Chris@16: : base_type(rhs) {} Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: explicit Chris@101: tuple(typename detail::call_param::type arg0) Chris@101: : base_type(arg0) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1) Chris@101: : base_type(arg0 , arg1) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2) Chris@101: : base_type(arg0 , arg1 , arg2) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31 , typename detail::call_param::type arg32) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31 , arg32) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31 , typename detail::call_param::type arg32 , typename detail::call_param::type arg33) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31 , arg32 , arg33) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31 , typename detail::call_param::type arg32 , typename detail::call_param::type arg33 , typename detail::call_param::type arg34) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31 , arg32 , arg33 , arg34) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31 , typename detail::call_param::type arg32 , typename detail::call_param::type arg33 , typename detail::call_param::type arg34 , typename detail::call_param::type arg35) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31 , arg32 , arg33 , arg34 , arg35) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31 , typename detail::call_param::type arg32 , typename detail::call_param::type arg33 , typename detail::call_param::type arg34 , typename detail::call_param::type arg35 , typename detail::call_param::type arg36) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31 , arg32 , arg33 , arg34 , arg35 , arg36) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31 , typename detail::call_param::type arg32 , typename detail::call_param::type arg33 , typename detail::call_param::type arg34 , typename detail::call_param::type arg35 , typename detail::call_param::type arg36 , typename detail::call_param::type arg37) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31 , arg32 , arg33 , arg34 , arg35 , arg36 , arg37) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31 , typename detail::call_param::type arg32 , typename detail::call_param::type arg33 , typename detail::call_param::type arg34 , typename detail::call_param::type arg35 , typename detail::call_param::type arg36 , typename detail::call_param::type arg37 , typename detail::call_param::type arg38) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31 , arg32 , arg33 , arg34 , arg35 , arg36 , arg37 , arg38) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@101: tuple(typename detail::call_param::type arg0 , typename detail::call_param::type arg1 , typename detail::call_param::type arg2 , typename detail::call_param::type arg3 , typename detail::call_param::type arg4 , typename detail::call_param::type arg5 , typename detail::call_param::type arg6 , typename detail::call_param::type arg7 , typename detail::call_param::type arg8 , typename detail::call_param::type arg9 , typename detail::call_param::type arg10 , typename detail::call_param::type arg11 , typename detail::call_param::type arg12 , typename detail::call_param::type arg13 , typename detail::call_param::type arg14 , typename detail::call_param::type arg15 , typename detail::call_param::type arg16 , typename detail::call_param::type arg17 , typename detail::call_param::type arg18 , typename detail::call_param::type arg19 , typename detail::call_param::type arg20 , typename detail::call_param::type arg21 , typename detail::call_param::type arg22 , typename detail::call_param::type arg23 , typename detail::call_param::type arg24 , typename detail::call_param::type arg25 , typename detail::call_param::type arg26 , typename detail::call_param::type arg27 , typename detail::call_param::type arg28 , typename detail::call_param::type arg29 , typename detail::call_param::type arg30 , typename detail::call_param::type arg31 , typename detail::call_param::type arg32 , typename detail::call_param::type arg33 , typename detail::call_param::type arg34 , typename detail::call_param::type arg35 , typename detail::call_param::type arg36 , typename detail::call_param::type arg37 , typename detail::call_param::type arg38 , typename detail::call_param::type arg39) Chris@101: : base_type(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 , arg11 , arg12 , arg13 , arg14 , arg15 , arg16 , arg17 , arg18 , arg19 , arg20 , arg21 , arg22 , arg23 , arg24 , arg25 , arg26 , arg27 , arg28 , arg29 , arg30 , arg31 , arg32 , arg33 , arg34 , arg35 , arg36 , arg37 , arg38 , arg39) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple(tuple const& rhs) Chris@16: : base_type(rhs) {} Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(T const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(tuple const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: tuple& operator=(std::pair const& rhs) Chris@16: { Chris@16: base_type::operator=(rhs); Chris@16: return *this; Chris@16: } Chris@16: }; Chris@16: template Chris@16: struct tuple_size : result_of::size {}; Chris@16: template Chris@16: struct tuple_element : result_of::value_at_c {}; Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: inline typename Chris@16: lazy_disable_if< Chris@16: is_const Chris@16: , result_of::at_c Chris@16: >::type Chris@16: get(Tuple& tup) Chris@16: { Chris@16: return at_c(tup); Chris@16: } Chris@16: template Chris@101: BOOST_FUSION_GPU_ENABLED Chris@16: inline typename result_of::at_c::type Chris@16: get(Tuple const& tup) Chris@16: { Chris@16: return at_c(tup); Chris@16: } Chris@16: }}