Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:37:58

0001 /*!
0002 @file
0003 Includes all the adaptors for the standard library.
0004 
0005 Copyright Louis Dionne 2013-2022
0006 Distributed under the Boost Software License, Version 1.0.
0007 (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
0008  */
0009 
0010 #ifndef BOOST_HANA_EXT_STD_HPP
0011 #define BOOST_HANA_EXT_STD_HPP
0012 
0013 //! @ingroup group-ext
0014 //! @defgroup group-ext-std Standard library adapters
0015 //! Adapters for components in the standard library.
0016 
0017 #include <boost/hana/ext/std/array.hpp>
0018 #include <boost/hana/ext/std/integer_sequence.hpp>
0019 #include <boost/hana/ext/std/integral_constant.hpp>
0020 #include <boost/hana/ext/std/pair.hpp>
0021 #include <boost/hana/ext/std/ratio.hpp>
0022 #include <boost/hana/ext/std/tuple.hpp>
0023 #include <boost/hana/ext/std/vector.hpp>
0024 
0025 #endif // !BOOST_HANA_EXT_STD_HPP