Back to home page

EIC code displayed by LXR

 
 

    


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

0001 ///////////////////////////////////////////////////////////////////////////////
0002 /// \file range.hpp
0003 /// Proto callables for things found in the boost range library
0004 //
0005 //  Copyright 2012 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_FUNCTIONAL_RANGE_HPP_EAN_27_08_2012
0010 #define BOOST_PROTO_FUNCTIONAL_RANGE_HPP_EAN_27_08_2012
0011 
0012 #include <boost/proto/functional/range/begin.hpp>
0013 #include <boost/proto/functional/range/empty.hpp>
0014 #include <boost/proto/functional/range/end.hpp>
0015 #include <boost/proto/functional/range/rbegin.hpp>
0016 #include <boost/proto/functional/range/rend.hpp>
0017 #include <boost/proto/functional/range/size.hpp>
0018 
0019 #endif