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 2008-2012. 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/interprocess for documentation.
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 ">#
0019 #if defined(BOOST_HAS_PRAGMA_ONCE)
0020 #  pragma once
0021 #endif
0022 
0023 #include <boost/container/detail/variadic_templates_tools.hpp>
0024 
0025 namespace boost {
0026 namespace interprocess {
0027 namespace ipcdetail {
0028 
0029 using boost::container::dtl::tuple;
0030 using boost::container::dtl::build_number_seq;
0031 using boost::container::dtl::index_tuple;
0032 using boost::container::dtl::get;
0033 
0034 }}}   //namespace boost { namespace interprocess { namespace ipcdetail {
0035 
0036 #endif   //#ifndef BOOST_INTERPROCESS_DETAIL_VARIADIC_TEMPLATES_TOOLS_HPP