concept.hpp 1.3 KB

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