/*============================================================================== 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 function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 , A12 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 , A12 , A13 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 , A12 , A13 , A14 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 , A12 , A13 , A14 , A15 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 , A12 , A13 , A14 , A15 , A16 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 , A12 , A13 , A14 , A15 , A16 , A17 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 , A12 , A13 , A14 , A15 , A16 , A17 , A18 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 , A10 , A11 , A12 , A13 , A14 , A15 , A16 , A17 , A18 , A19 > {};