Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:50:34

0001 ///////////////////////////////////////////////////////////////////////////////
0002 /// \file transform.hpp
0003 /// Includes all the transforms in the transform/ sub-directory.
0004 //
0005 //  Copyright 2008 Eric Niebler. Distributed under the Boost
0006 //  Software License, Version 1.0. (See accompanying file
0007 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 
0009 #ifndef BOOST_PROTO_TRANSFORM_HPP_EAN_06_23_2007
0010 #define BOOST_PROTO_TRANSFORM_HPP_EAN_06_23_2007
0011 
0012 #include <boost/proto/transform/arg.hpp>
0013 #include <boost/proto/transform/call.hpp>
0014 #include <boost/proto/transform/default.hpp>
0015 #include <boost/proto/transform/env.hpp>
0016 #include <boost/proto/transform/fold.hpp>
0017 #include <boost/proto/transform/fold_tree.hpp>
0018 #include <boost/proto/transform/integral_c.hpp>
0019 #include <boost/proto/transform/lazy.hpp>
0020 #include <boost/proto/transform/make.hpp>
0021 #include <boost/proto/transform/pass_through.hpp>
0022 #include <boost/proto/transform/when.hpp>
0023 
0024 #endif