| 1 | // Copyright (c) 2016-2024 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 | |
| 6 | #ifndef BOOST_PFR_HPP |
| 7 | #define BOOST_PFR_HPP |
| 8 | |
| 9 | /// \file boost/pfr.hpp |
| 10 | /// Includes all the Boost.PFR headers |
| 11 | |
| 12 | #include <boost/pfr/config.hpp> |
| 13 | #include <boost/pfr/core.hpp> |
| 14 | #include <boost/pfr/core_name.hpp> |
| 15 | #include <boost/pfr/functions_for.hpp> |
| 16 | #include <boost/pfr/functors.hpp> |
| 17 | #include <boost/pfr/io.hpp> |
| 18 | #include <boost/pfr/io_fields.hpp> |
| 19 | #include <boost/pfr/ops.hpp> |
| 20 | #include <boost/pfr/ops_fields.hpp> |
| 21 | #include <boost/pfr/tuple_size.hpp> |
| 22 | #include <boost/pfr/traits_fwd.hpp> |
| 23 | #include <boost/pfr/traits.hpp> |
| 24 | |
| 25 | #endif // BOOST_PFR_HPP |
| 26 |
