/*============================================================================== Copyright (c) 2005-2010 Joel de Guzman Copyright (c) 2010 Thomas Heller Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) ); } template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , A2 const& a2 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const& , A2 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) , boost::phoenix::eval(a2, ctx) ); } template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , A2 const& a2 , A3 const& a3 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const& , A2 const& , A3 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) , boost::phoenix::eval(a2, ctx) , boost::phoenix::eval(a3, ctx) ); } template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) , boost::phoenix::eval(a2, ctx) , boost::phoenix::eval(a3, ctx) , boost::phoenix::eval(a4, ctx) ); } template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) , boost::phoenix::eval(a2, ctx) , boost::phoenix::eval(a3, ctx) , boost::phoenix::eval(a4, ctx) , boost::phoenix::eval(a5, ctx) ); } template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 , A6 const& a6 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const& , A6 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) , boost::phoenix::eval(a2, ctx) , boost::phoenix::eval(a3, ctx) , boost::phoenix::eval(a4, ctx) , boost::phoenix::eval(a5, ctx) , boost::phoenix::eval(a6, ctx) ); } template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 , A6 const& a6 , A7 const& a7 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const& , A6 const& , A7 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) , boost::phoenix::eval(a2, ctx) , boost::phoenix::eval(a3, ctx) , boost::phoenix::eval(a4, ctx) , boost::phoenix::eval(a5, ctx) , boost::phoenix::eval(a6, ctx) , boost::phoenix::eval(a7, ctx) ); } template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 , A6 const& a6 , A7 const& a7 , A8 const& a8 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const& , A6 const& , A7 const& , A8 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) , boost::phoenix::eval(a2, ctx) , boost::phoenix::eval(a3, ctx) , boost::phoenix::eval(a4, ctx) , boost::phoenix::eval(a5, ctx) , boost::phoenix::eval(a6, ctx) , boost::phoenix::eval(a7, ctx) , boost::phoenix::eval(a8, ctx) ); } template struct result { typedef typename proto::detail::uncvref< typename proto::result_of::value::type >::type target_type; typedef typename target_type::type construct_type; typedef typename target_type::type * type; }; template typename result::type operator()( A0 const& , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 , A6 const& a6 , A7 const& a7 , A8 const& a8 , A9 const& a9 , Context const & ctx ) const { return new typename result< new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const& , A6 const& , A7 const& , A8 const& , A9 const&, Context &) >::construct_type( boost::phoenix::eval(a1, ctx) , boost::phoenix::eval(a2, ctx) , boost::phoenix::eval(a3, ctx) , boost::phoenix::eval(a4, ctx) , boost::phoenix::eval(a5, ctx) , boost::phoenix::eval(a6, ctx) , boost::phoenix::eval(a7, ctx) , boost::phoenix::eval(a8, ctx) , boost::phoenix::eval(a9, ctx) ); }