pfr.hpp 640 B

12345678910111213141516171819202122232425
  1. // Copyright (c) 2016-2023 Antony Polukhin
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef PFR_HPP
  6. #define PFR_HPP
  7. /// \file pfr.hpp
  8. /// Includes all the Boost.PFR headers
  9. #include <pfr/config.hpp>
  10. #include <pfr/core.hpp>
  11. #include <pfr/core_name.hpp>
  12. #include <pfr/functions_for.hpp>
  13. #include <pfr/functors.hpp>
  14. #include <pfr/io.hpp>
  15. #include <pfr/io_fields.hpp>
  16. #include <pfr/ops.hpp>
  17. #include <pfr/ops_fields.hpp>
  18. #include <pfr/tuple_size.hpp>
  19. #include <pfr/traits_fwd.hpp>
  20. #include <pfr/traits.hpp>
  21. #endif // PFR_HPP