File indexing completed on 2025-01-31 09:53:49
0001
0002 #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
0003 #ifndef BOOST_PHOENIX_FUNCTION_DETAIL_FUNCTION_OPERATOR_HPP
0004 #define BOOST_PHOENIX_FUNCTION_DETAIL_FUNCTION_OPERATOR_HPP
0005
0006 #include <boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp>
0007
0008 #endif
0009 #else
0010
0011 #if !BOOST_PHOENIX_IS_ITERATING
0012
0013 #ifndef BOOST_PHOENIX_FUNCTION_DETAIL_FUNCTION_OPERATOR_HPP
0014 #define BOOST_PHOENIX_FUNCTION_DETAIL_FUNCTION_OPERATOR_HPP
0015
0016 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0017 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/function_operator_" BOOST_PHOENIX_LIMIT_STR ".hpp")
0018 #endif
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0029 #pragma wave option(preserve: 1)
0030 #endif
0031
0032 #define BOOST_PHOENIX_ITERATION_PARAMS \
0033 (3, (1, BOOST_PHOENIX_ACTOR_LIMIT, \
0034 <boost/phoenix/function/detail/cpp03/function_operator.hpp>))
0035 #include BOOST_PHOENIX_ITERATE()
0036
0037 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0038 #pragma wave option(output: null)
0039 #endif
0040
0041 #endif
0042
0043 #else
0044 template <typename This, BOOST_PHOENIX_typename_A>
0045 struct result<This(BOOST_PHOENIX_A_const_ref)>
0046 : detail::expression::function_eval<F, BOOST_PHOENIX_A>
0047 {};
0048
0049 template <BOOST_PHOENIX_typename_A>
0050 typename detail::expression::function_eval<F, BOOST_PHOENIX_A>::type const
0051 operator()(BOOST_PHOENIX_A_const_ref_a) const
0052 {
0053 return detail::expression::function_eval<F, BOOST_PHOENIX_A>::make(f, BOOST_PHOENIX_a);
0054 }
0055
0056 #endif
0057
0058 #endif