File indexing completed on 2026-09-19 08:59:41
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
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
0030 #include <boost/interprocess/interprocess_fwd.hpp>
0031
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 }
0041 }
0042
0043 #include <boost/interprocess/detail/config_end.hpp>
0044
0045 #endif