1/*!
2@file
3Master header for the `boost/hana/concept/` subdirectory.
4
5Copyright Louis Dionne 2013-2022
6Distributed 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/hashable.hpp>
22#include <boost/hana/concept/integral_constant.hpp>
23#include <boost/hana/concept/iterable.hpp>
24#include <boost/hana/concept/logical.hpp>
25#include <boost/hana/concept/metafunction.hpp>
26#include <boost/hana/concept/monad.hpp>
27#include <boost/hana/concept/monad_plus.hpp>
28#include <boost/hana/concept/monoid.hpp>
29#include <boost/hana/concept/orderable.hpp>
30#include <boost/hana/concept/product.hpp>
31#include <boost/hana/concept/ring.hpp>
32#include <boost/hana/concept/searchable.hpp>
33#include <boost/hana/concept/sequence.hpp>
34#include <boost/hana/concept/struct.hpp>
35
36#endif // !BOOST_HANA_CONCEPT_HPP
37

source code of boost/libs/hana/include/boost/hana/concept.hpp