core.hpp 626 B

12345678910111213141516171819
  1. /*
  2. @Copyright Barrett Adair 2016-2017
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
  5. */
  6. #ifndef BOOST_CLBL_TRTS_DETAIL_CORE_HPP
  7. #define BOOST_CLBL_TRTS_DETAIL_CORE_HPP
  8. #include <boost/callable_traits/detail/utility.hpp>
  9. #include <boost/callable_traits/detail/traits.hpp>
  10. #include <boost/callable_traits/detail/function_object.hpp>
  11. #include <boost/callable_traits/detail/function.hpp>
  12. #include <boost/callable_traits/detail/pmf.hpp>
  13. #include <boost/callable_traits/detail/pmd.hpp>
  14. #endif // #ifndef BOOST_CLBL_TRTS_DETAIL_CORE_HPP