Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-19 08:59:41

0001 //////////////////////////////////////////////////////////////////////////////
0002 //
0003 // (C) Copyright Ion Gaztanaga 2005-2015.
0004 // (C) Copyright Gennaro Prota 2003 - 2004.
0005 //
0006 // Distributed under the Boost Software License, Version 1.0.
0007 // (See accompanying file LICENSE_1_0.txt or copy at
0008 // http://www.boost.org/LICENSE_1_0.txt)
0009 //
0010 // See http://www.boost.org/libs/interprocess for documentation.
0011 //
0012 //////////////////////////////////////////////////////////////////////////////
0013 
0014 #ifndef BOOST_INTERPROCESS_DETAIL_TRANSFORM_ITERATORS_HPP
0015 #define BOOST_INTERPROCESS_DETAIL_TRANSFORM_ITERATORS_HPP
0016 
0017 #ifndef BOOST_CONFIG_HPP
0018 #  include <boost/config.hpp>
0019 #endif
0020 0021 ">#
0022 #if defined(BOOST_HAS_PRAGMA_ONCE)
0023 #  pragma once
0024 #endif
0025 
0026 #include <boost/interprocess/detail/config_begin.hpp>
0027 #include <boost/interprocess/detail/workaround.hpp>
0028 
0029 // interprocess
0030 #include <boost/interprocess/interprocess_fwd.hpp>
0031 // container/detail
0032 #include <boost/container/detail/transform_iterator.hpp>
0033 
0034 namespace boost {
0035 namespace interprocess {
0036 
0037 using boost::container::make_transform_iterator;
0038 using boost::container::transform_iterator;
0039 
0040 }  //namespace interprocess {
0041 }  //namespace boost {
0042 
0043 #include <boost/interprocess/detail/config_end.hpp>
0044 
0045 #endif   //#ifndef BOOST_INTERPROCESS_DETAIL_TRANSFORM_ITERATORS_HPP