]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/hana/include/boost/hana/concept.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / hana / include / boost / hana / concept.hpp
1 /*!
2 @file
3 Master header for the `boost/hana/concept/` subdirectory.
4
5 @copyright Louis Dionne 2013-2016
6 Distributed under the Boost Software License, Version 1.0.
7 (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
8 */
9
10 #ifndef BOOST_HANA_CONCEPT_HPP
11 #define BOOST_HANA_CONCEPT_HPP
12
13 #include <boost/hana/concept/applicative.hpp>
14 #include <boost/hana/concept/comonad.hpp>
15 #include <boost/hana/concept/comparable.hpp>
16 #include <boost/hana/concept/constant.hpp>
17 #include <boost/hana/concept/euclidean_ring.hpp>
18 #include <boost/hana/concept/foldable.hpp>
19 #include <boost/hana/concept/functor.hpp>
20 #include <boost/hana/concept/group.hpp>
21 #include <boost/hana/concept/integral_constant.hpp>
22 #include <boost/hana/concept/iterable.hpp>
23 #include <boost/hana/concept/logical.hpp>
24 #include <boost/hana/concept/metafunction.hpp>
25 #include <boost/hana/concept/monad.hpp>
26 #include <boost/hana/concept/monad_plus.hpp>
27 #include <boost/hana/concept/monoid.hpp>
28 #include <boost/hana/concept/orderable.hpp>
29 #include <boost/hana/concept/product.hpp>
30 #include <boost/hana/concept/ring.hpp>
31 #include <boost/hana/concept/searchable.hpp>
32 #include <boost/hana/concept/sequence.hpp>
33 #include <boost/hana/concept/struct.hpp>
34
35 #endif // !BOOST_HANA_CONCEPT_HPP