parameter.hpp 1.1 KB

123456789101112131415161718192021222324252627282930
  1. // Copyright David Abrahams, Daniel Wallin 2005.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. // See www.boost.org/libs/parameter for documentation.
  6. #ifndef BOOST_PARAMETER_050401_HPP
  7. #define BOOST_PARAMETER_050401_HPP
  8. #include <boost/parameter/parameters.hpp>
  9. #include <boost/parameter/are_tagged_arguments.hpp>
  10. #include <boost/parameter/is_argument_pack.hpp>
  11. #include <boost/parameter/required.hpp>
  12. #include <boost/parameter/optional.hpp>
  13. #include <boost/parameter/deduced.hpp>
  14. #include <boost/parameter/template_keyword.hpp>
  15. #include <boost/parameter/keyword.hpp>
  16. #include <boost/parameter/nested_keyword.hpp>
  17. #include <boost/parameter/binding.hpp>
  18. #include <boost/parameter/value_type.hpp>
  19. #include <boost/parameter/macros.hpp>
  20. #include <boost/parameter/match.hpp>
  21. #include <boost/parameter/name.hpp>
  22. #include <boost/parameter/compose.hpp>
  23. #include <boost/parameter/preprocessor.hpp>
  24. #include <boost/parameter/preprocessor_no_spec.hpp>
  25. #endif // include guard