Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-17 09:53:03

0001 // Copyright 2008 Christophe Henry
0002 // henry UNDERSCORE christophe AT hotmail DOT com
0003 // This is an extended version of the state machine available in the boost::mpl library
0004 // Distributed under the same license as the original.
0005 // Copyright for the original version:
0006 // Copyright 2005 David Abrahams and Aleksey Gurtovoy. Distributed
0007 // under the Boost Software License, Version 1.0. (See accompanying
0008 // file LICENSE_1_0.txt or copy at
0009 // http://www.boost.org/LICENSE_1_0.txt)
0010 
0011 #ifndef BOOST_MSM_FRONT_EUML_ITERATION_H
0012 #define BOOST_MSM_FRONT_EUML_ITERATION_H
0013 
0014 #include <algorithm>
0015 #include <numeric>
0016 #include <boost/msm/front/euml/common.hpp>
0017 
0018 namespace boost { namespace msm { namespace front { namespace euml
0019 {
0020 
0021 BOOST_MSM_EUML_FUNCTION(ForEach_ , std::for_each , for_each_ , RESULT_TYPE_PARAM3 , RESULT_TYPE2_PARAM3 )
0022 BOOST_MSM_EUML_FUNCTION(Accumulate_ , std::accumulate , accumulate_ , RESULT_TYPE_PARAM3 , RESULT_TYPE2_PARAM3 )
0023 
0024 }}}}
0025 
0026 #endif //BOOST_MSM_FRONT_EUML_ITERATION_H