File indexing completed on 2025-01-18 09:38:27
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef BOOST_INTERPROCESS_DETAIL_VARIADIC_TEMPLATES_TOOLS_HPP
0012 #define BOOST_INTERPROCESS_DETAIL_VARIADIC_TEMPLATES_TOOLS_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 #include <boost/container/detail/variadic_templates_tools.hpp>
0023
0024 namespace boost {
0025 namespace interprocess {
0026 namespace ipcdetail {
0027
0028 using boost::container::dtl::tuple;
0029 using boost::container::dtl::build_number_seq;
0030 using boost::container::dtl::index_tuple;
0031 using boost::container::dtl::get;
0032
0033 }}}
0034
0035 #endif