/* @Copyright Barrett Adair 2015-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_CLBL_TRTS_BOOST_CLBL_TRTS_HPP #define BOOST_CLBL_TRTS_BOOST_CLBL_TRTS_HPP #include <boost/callable_traits/detail/core.hpp> #include <boost/callable_traits/add_member_const.hpp> #include <boost/callable_traits/add_member_cv.hpp> #include <boost/callable_traits/add_member_lvalue_reference.hpp> #include <boost/callable_traits/add_member_rvalue_reference.hpp> #include <boost/callable_traits/add_member_volatile.hpp> #include <boost/callable_traits/add_noexcept.hpp> #include <boost/callable_traits/add_transaction_safe.hpp> #include <boost/callable_traits/add_varargs.hpp> #include <boost/callable_traits/apply_member_pointer.hpp> #include <boost/callable_traits/apply_return.hpp> #include <boost/callable_traits/args.hpp> #include <boost/callable_traits/class_of.hpp> #include <boost/callable_traits/function_type.hpp> #include <boost/callable_traits/has_member_qualifiers.hpp> #include <boost/callable_traits/has_varargs.hpp> #include <boost/callable_traits/has_void_return.hpp> #include <boost/callable_traits/is_const_member.hpp> #include <boost/callable_traits/is_invocable.hpp> #include <boost/callable_traits/is_lvalue_reference_member.hpp> #include <boost/callable_traits/is_reference_member.hpp> #include <boost/callable_traits/is_rvalue_reference_member.hpp> #include <boost/callable_traits/is_noexcept.hpp> #include <boost/callable_traits/is_transaction_safe.hpp> #include <boost/callable_traits/is_volatile_member.hpp> #include <boost/callable_traits/qualified_class_of.hpp> #include <boost/callable_traits/remove_member_const.hpp> #include <boost/callable_traits/remove_member_cv.hpp> #include <boost/callable_traits/remove_member_reference.hpp> #include <boost/callable_traits/remove_member_volatile.hpp> #include <boost/callable_traits/remove_noexcept.hpp> #include <boost/callable_traits/remove_transaction_safe.hpp> #include <boost/callable_traits/remove_varargs.hpp> #include <boost/callable_traits/return_type.hpp> #endif