Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/intrusive/detail/reverse_iterator.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /////////////////////////////////////////////////////////////////////////////
0002 //
0003 // (C) Copyright Ion Gaztanaga  2014-2014
0004 //
0005 // Distributed under the Boost Software License, Version 1.0.
0006 //    (See accompanying file LICENSE_1_0.txt or copy at
0007 //          http://www.boost.org/LICENSE_1_0.txt)
0008 //
0009 // See http://www.boost.org/libs/intrusive for documentation.
0010 //
0011 /////////////////////////////////////////////////////////////////////////////
0012 
0013 #ifndef BOOST_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP
0014 #define BOOST_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP
0015 
0016 #include <boost/move/detail/reverse_iterator.hpp>
0017 
0018 namespace boost {
0019 namespace intrusive {
0020 
0021 using boost::movelib::reverse_iterator;
0022 using boost::movelib::make_reverse_iterator;
0023 
0024 } //namespace intrusive {
0025 } //namespace boost {
0026 
0027 
0028 #endif //BOOST_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP