Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:14

0001 #ifndef BOOST_CONTAINER_DETAIL_VALUE_FUNCTORS_HPP
0002 #define BOOST_CONTAINER_DETAIL_VALUE_FUNCTORS_HPP
0003 ///////////////////////////////////////////////////////////////////////////////
0004 //
0005 // (C) Copyright Ion Gaztanaga 2017-2017. 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 // See http://www.boost.org/libs/container for documentation.
0010 //
0011 ///////////////////////////////////////////////////////////////////////////////
0012 
0013 #ifndef BOOST_CONFIG_HPP
0014 #  include <boost/config.hpp>
0015 #endif
0016 
0017 #if defined(BOOST_HAS_PRAGMA_ONCE)
0018 #  pragma once
0019 #endif
0020 
0021 #include <boost/intrusive/detail/value_functors.hpp>
0022 
0023 namespace boost {
0024 namespace container {
0025 
0026 using ::boost::intrusive::value_less;
0027 using ::boost::intrusive::value_equal;
0028 
0029 }  //namespace container {
0030 }  //namespace boost {
0031 
0032 #endif   //BOOST_CONTAINER_DETAIL_VALUE_FUNCTORS_HPP