Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/intrusive/detail/std_fwd.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. Distributed under the Boost
0004 // Software License, Version 1.0. (See accompanying file
0005 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 // See http://www.boost.org/libs/container for documentation.
0008 //
0009 //////////////////////////////////////////////////////////////////////////////
0010 
0011 #ifndef BOOST_INTRUSIVE_DETAIL_STD_FWD_HPP
0012 #define BOOST_INTRUSIVE_DETAIL_STD_FWD_HPP
0013 
0014 #ifndef BOOST_CONFIG_HPP
0015 #  include <boost/config.hpp>
0016 #endif
0017 
0018 #if defined(BOOST_HAS_PRAGMA_ONCE)
0019 #  pragma once
0020 #endif
0021 
0022 //////////////////////////////////////////////////////////////////////////////
0023 //                        Standard predeclarations
0024 //////////////////////////////////////////////////////////////////////////////
0025 
0026 #include <boost/move/detail/std_ns_begin.hpp>
0027 BOOST_MOVE_STD_NS_BEG
0028 
0029 template<class T>
0030 struct less;
0031 
0032 template<class T>
0033 struct equal_to;
0034 
0035 struct input_iterator_tag;
0036 struct forward_iterator_tag;
0037 struct bidirectional_iterator_tag;
0038 struct random_access_iterator_tag;
0039 
0040 BOOST_MOVE_STD_NS_END
0041 #include <boost/move/detail/std_ns_end.hpp>
0042 
0043 #endif //#ifndef BOOST_INTRUSIVE_DETAIL_STD_FWD_HPP