pfr.hpp 601 B

123456789101112131415161718192021
  1. // Copyright (c) 2016-2021 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 BOOST_PFR_HPP
  6. #define BOOST_PFR_HPP
  7. /// \file boost/pfr.hpp
  8. /// Includes all the Boost.PFR headers
  9. #include <boost/pfr/core.hpp>
  10. #include <boost/pfr/functions_for.hpp>
  11. #include <boost/pfr/functors.hpp>
  12. #include <boost/pfr/io.hpp>
  13. #include <boost/pfr/io_fields.hpp>
  14. #include <boost/pfr/ops.hpp>
  15. #include <boost/pfr/ops_fields.hpp>
  16. #include <boost/pfr/tuple_size.hpp>
  17. #endif // BOOST_PFR_HPP